summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorrsiddharth2018-10-21 14:47:20 -0400
committerJoey Hess2018-10-23 11:30:35 -0400
commitd37f8ab7920137aced869d6a9c78a82292d3debb (patch)
treee0140ffe550ffb41e649247b3b69191f01a53d7f /Makefile
parent5e6a3b5ce192f2aa23624631f70eef4185bdf42b (diff)
Makefile: Update clean.
Make `find` commands openbsd compatible.
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