Add explicit path to find invocation in "make clean" target.

This commit is contained in:
Mike Magin 2013-11-17 08:11:05 -08:00 committed by Joey Hess
parent d6b228bc60
commit b9b6f671e2

View file

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