Add explicit path to find invocation in "make clean" target.
This commit is contained in:
parent
d6b228bc60
commit
b9b6f671e2
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -83,8 +83,8 @@ clean:
|
|||
Setup Build/InstallDesktopFile Build/EvilSplicer \
|
||||
Build/Standalone Build/OSXMkLibs \
|
||||
git-union-merge git-recover-repository
|
||||
find -name \*.o -exec rm {} \;
|
||||
find -name \*.hi -exec rm {} \;
|
||||
find . -name \*.o -exec rm {} \;
|
||||
find . -name \*.hi -exec rm {} \;
|
||||
|
||||
Build/InstallDesktopFile: Build/InstallDesktopFile.hs
|
||||
$(GHC) --make $@
|
||||
|
|
Loading…
Reference in a new issue