From 9ba0916f1648eb62a5d2f2434761b396e931baca Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 5 Mar 2015 15:42:10 +0100 Subject: make clean: don't restrict find depth --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3