summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 84a92f0e..0e4b2ca3 100644
--- a/Makefile
+++ b/Makefile
@@ -30,8 +30,8 @@ install:
clean:
rm -rf dist Setup tags propellor propellor.1 privdata/local
- find -name \*.o -exec rm {} \;
- find -name \*.hi -exec rm {} \;
+ find . -name \*.o -exec rm {} \;
+ find . -name \*.hi -exec rm {} \;
# hothasktags chokes on some template haskell etc, so ignore errors
# duplicate tags with Propellor.Property. removed from the start, as we