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