summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Mike Magin <git@mike.magin.org>2013-11-17 08:11:05 -0800
committerGravatar Joey Hess <joey@kitenet.net>2013-11-17 15:10:40 -0400
commit41d2c0e9a5016eb055a9c224c044a4d1eecbc613 (patch)
tree8a21e7bb79afcfc1932b6486037b980675402bc4
parent889e3684e8f441e39d5aeb1755f78b705e60b0d9 (diff)
Add explicit path to find invocation in "make clean" target.
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3f3ed350a..5a0cebb28 100644
--- a/Makefile
+++ b/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 $@