From ae68c3212b46024534217e5d9270916b1156c15f Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Wed, 15 Dec 2004 11:03:41 +0000 Subject: Add some catchall commands to realclean target to remove built files which are forgotten about when the configs/current symlink changes. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index beb1bd7c88..495ebbbdcb 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,10 @@ realclean: $(MAKE) clean -rm -rf lib* -rm -f $(TOP)/configs/current + -rm -f `find . -name \*.o` + -rm -f `find . -name \*.a` + -rm -f `find . -name \*.so` + install: -- cgit v1.2.3