fix .o cleaning
This commit is contained in:
parent
37581b84c7
commit
c937d5b9f2
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -76,7 +76,8 @@ clean:
|
|||
doc/.ikiwiki html dist tags Build/SysConfig.hs build-stamp \
|
||||
Setup Build/InstallDesktopFile Build/EvilSplicer \
|
||||
Build/Standalone Build/OSXMkLibs
|
||||
find -name \*.o -or -name \*.hi -exec rm {} \;
|
||||
find -name \*.o -exec rm {} \;
|
||||
find -name \*.hi -exec rm {} \;
|
||||
|
||||
Build/InstallDesktopFile: Build/InstallDesktopFile.hs
|
||||
$(GHC) --make $@
|
||||
|
|
Loading…
Add table
Reference in a new issue