Always cleanup the makedepend backup files

Consistently cleanup the depend.bak files created by makedepend. Also,
realclean has been changed to use a single find command, which speeds it
up considerably.
This commit is contained in:
Dan Nicholson
2008-05-06 14:00:43 -07:00
parent cba14d85a8
commit c5e2b850ad
9 changed files with 10 additions and 12 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ tags:
# Remove .o and backup files
clean: depend
-rm -f depend
-rm -f depend depend.bak
-rm -f *.o *~ *.o *~ *.so libglut.so.3.7
include depend