From b9b6f671e2f3c08b8f2a342154910ac427ec8ab2 Mon Sep 17 00:00:00 2001 From: Mike Magin Date: Sun, 17 Nov 2013 08:11:05 -0800 Subject: [PATCH] Add explicit path to find invocation in "make clean" target. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3f3ed350a4..5a0cebb289 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 $@