diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-14 16:57:37 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-14 16:57:37 -0400 |
commit | b011888efa1845277b3ca99ceb322616e6b618be (patch) | |
tree | 333226cac236f9c14f43457174cde72c902022df /Makefile | |
parent | ed9a776490b645667402aa6da87b0a0194a98c25 (diff) |
better cleaning yet
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -74,10 +74,9 @@ docs: $(mans) 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/Standalone Build/OSXMkLibs \ - Build/InstallDesktopFile.hi Build/EvilSplicer.hi Build/Standalone.hi Build/OSXMkLibs.hi \ - Build/InstallDesktopFile.o Build/EvilSplicer.o Build/Standalone.hi Build/OSXMkLibs.o + Setup Build/InstallDesktopFile Build/EvilSplicer \ + Build/Standalone Build/OSXMkLibs + find -name \*.o -or -name \*.hi -exec rm {} \; Build/InstallDesktopFile: Build/InstallDesktopFile.hs $(GHC) --make $@ |