diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |