summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-04-14 16:57:37 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-04-14 16:57:37 -0400
commitb011888efa1845277b3ca99ceb322616e6b618be (patch)
tree333226cac236f9c14f43457174cde72c902022df /Makefile
parented9a776490b645667402aa6da87b0a0194a98c25 (diff)
better cleaning yet
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 009dd0f43..be187ff70 100644
--- a/Makefile
+++ b/Makefile
@@ -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 $@