diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-14 16:50:28 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-14 16:50:28 -0400 |
commit | fd3de4f173ca171d06948226236d3beacd5fcc5a (patch) | |
tree | a256b1ab9d4271104ca9e501c5c2222e6112b9ee /Makefile | |
parent | 625d0caae3388315eec07f50045157455d180737 (diff) |
better cleaning
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -74,8 +74,10 @@ 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 + 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 Build/InstallDesktopFile: Build/InstallDesktopFile.hs $(GHC) --make $@ |