fix .o cleaning

This commit is contained in:
Joey Hess 2013-09-11 13:28:08 -04:00
parent 37581b84c7
commit c937d5b9f2

View file

@ -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 $@