summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 56c7f6f..524c5a4 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ all:
.PHONY: clean
clean:
- @find -maxdepth 1 -type f \( -name \*.o -o -name \*.hi \) -exec rm -v \{\} \;
+ @find * -type f \( -name \*.o -o -name \*.hi \) -exec rm -v \{\} \;
.PHONY: install
install: