diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-14 16:17:34 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-14 16:17:34 -0400 |
commit | ace27d5cc75f1115f4cacb6776ecbb1bed053ccc (patch) | |
tree | 7269916c87a996352d1403ff55fac8d3379e56fd /Makefile | |
parent | aa6f2e51254f21700f52b7042a5050596dca4f04 (diff) |
remove dup
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -75,15 +75,12 @@ clean: rm -rf tmp dist git-annex $(mans) configure *.tix .hpc \ doc/.ikiwiki html dist tags Build/SysConfig.hs build-stamp \ Setup.hi Setup.o Setup Build/InstallDesktopFile \ - Build/EvilSplicer Build/InstallDesktopFile \ - Build/Standalone Build/OSXMkLibs + Build/EvilSplicer Build/Standalone Build/OSXMkLibs Build/InstallDesktopFile: Build/InstallDesktopFile.hs $(GHC) --make $@ Build/EvilSplicer: Build/EvilSplicer.hs $(GHC) --make $@ -Build/InstallDesktopFile: Build/InstallDesktopFile.hs - $(GHC) --make $@ Build/Standalone: Build/Standalone.hs $(GHC) --make $@ Build/OSXMkLibs: Build/OSXMkLibs.hs |