"make clean" should do the expected thing. --- wmacpi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wmacpi/Makefile b/wmacpi/Makefile
index 716e683..44fb5bd 100644
--- a/wmacpi/Makefile
+++ b/wmacpi/Makefile
@@ -57,9 +57,9 @@ endif
clean:
rm -f TAGS *.o *~ trace *.out *.bb *.bbg
+ rm -f *.d $(targets)
clean-all: clean
- rm -f *.d $(targets)
install: $(targets)
install -d $(PREFIX)/bin/
--
2.1.0
--
To unsubscribe, send mail to [email protected].
