From d37f8ab7920137aced869d6a9c78a82292d3debb Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sun, 21 Oct 2018 14:47:20 -0400 Subject: Makefile: Update clean. Make `find` commands openbsd compatible. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3