From 46727c74964faa1e165be81cdbe61c6dbd105b4c Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 26 Mar 2004 20:31:05 +0000 Subject: Tweaks for make clean / realclean. --- progs/samples/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'progs/samples/Makefile') diff --git a/progs/samples/Makefile b/progs/samples/Makefile index 464492de73..cf651b25a9 100644 --- a/progs/samples/Makefile +++ b/progs/samples/Makefile @@ -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 *~ -- cgit v1.2.3