better cleaning yet
This commit is contained in:
parent
aaad52881a
commit
bd7e45bcb3
1 changed files with 3 additions and 4 deletions
7
Makefile
7
Makefile
|
@ -74,10 +74,9 @@ docs: $(mans)
|
||||||
clean:
|
clean:
|
||||||
rm -rf tmp dist git-annex $(mans) configure *.tix .hpc \
|
rm -rf tmp dist git-annex $(mans) configure *.tix .hpc \
|
||||||
doc/.ikiwiki html dist tags Build/SysConfig.hs build-stamp \
|
doc/.ikiwiki html dist tags Build/SysConfig.hs build-stamp \
|
||||||
Setup.hi Setup.o Setup \
|
Setup Build/InstallDesktopFile Build/EvilSplicer \
|
||||||
Build/InstallDesktopFile Build/EvilSplicer Build/Standalone Build/OSXMkLibs \
|
Build/Standalone Build/OSXMkLibs
|
||||||
Build/InstallDesktopFile.hi Build/EvilSplicer.hi Build/Standalone.hi Build/OSXMkLibs.hi \
|
find -name \*.o -or -name \*.hi -exec rm {} \;
|
||||||
Build/InstallDesktopFile.o Build/EvilSplicer.o Build/Standalone.hi Build/OSXMkLibs.o
|
|
||||||
|
|
||||||
Build/InstallDesktopFile: Build/InstallDesktopFile.hs
|
Build/InstallDesktopFile: Build/InstallDesktopFile.hs
|
||||||
$(GHC) --make $@
|
$(GHC) --make $@
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue