summaryrefslogtreecommitdiff
path: root/src/glut/mini/Makefile
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2008-05-06 14:00:43 -0700
committerJosé Fonseca <jfonseca@vmware.com>2011-07-11 20:04:42 +0100
commitf94dbb0af55e981838e30541cd0453bf750959f5 (patch)
tree0df4dda13aa6a0e1aa0b12b329a23eac1284d977 /src/glut/mini/Makefile
parent6b9adc343242b43b6cc23659ffd13236b76b4796 (diff)
downloadglut-f94dbb0af55e981838e30541cd0453bf750959f5.tar.gz
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.
Diffstat (limited to 'src/glut/mini/Makefile')
-rw-r--r--src/glut/mini/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glut/mini/Makefile b/src/glut/mini/Makefile
index 11def85..8754fde 100644
--- a/src/glut/mini/Makefile
+++ b/src/glut/mini/Makefile
@@ -92,7 +92,7 @@ install: glut.pc
# 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