summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2004-12-15 11:03:41 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2004-12-15 11:03:41 +0000
commitae68c3212b46024534217e5d9270916b1156c15f (patch)
tree7851ed1af1441a296297b41264aa7b8d665ace79 /Makefile
parent3f1205819abc893151c8572b72be51ae5f5bc150 (diff)
Add some catchall commands to realclean target to remove built files
which are forgotten about when the configs/current symlink changes.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
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: