Add some catchall commands to realclean target to remove built files
authorKeith Whitwell <keith@tungstengraphics.com>
Wed, 15 Dec 2004 11:03:41 +0000 (11:03 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Wed, 15 Dec 2004 11:03:41 +0000 (11:03 +0000)
which are forgotten about when the configs/current symlink changes.

Makefile

index beb1bd7c88bd88563109c2d8942521d154735578..495ebbbdcb7b730123d3593ca8bf50765e3f86d8 100644 (file)
--- 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: