Tweaks for make clean / realclean.

This commit is contained in:
Brian Paul
2004-03-26 20:31:05 +00:00
parent 7a5eb9a760
commit 46727c7496
7 changed files with 9 additions and 15 deletions

View File

@@ -26,9 +26,7 @@ PROGS = accum bitmap1 bitmap2 blendeq blendxor copy cursor depth eval fog \
default: $(PROGS)
clean:
-rm -f *.o *~
realclean:
clean:
-rm -f $(PROGS)
-rm -f *.o *~