summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2005-06-10 10:43:02 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2005-06-10 10:43:02 +0000
commit7e8e4c500eaa8fea530065717a80118a1c34c602 (patch)
tree973c996d881ba5a8c8fbd8975bbea0bb6a72ef4c /Makefile
parentf6e7cfb60d3c4ceb2242cbc57c7e87c3c8e362fe (diff)
remove depend files on clean
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f5ed7f62e1f..e8d853dc71f 100644
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,7 @@ realclean:
-rm -f `find . -name \*.o`
-rm -f `find . -name \*.a`
-rm -f `find . -name \*.so`
+ -rm -f `find . -name depend`