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/redbook/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'progs/redbook/Makefile') diff --git a/progs/redbook/Makefile b/progs/redbook/Makefile index f423108188..5fbfde2ca4 100644 --- a/progs/redbook/Makefile +++ b/progs/redbook/Makefile @@ -32,10 +32,8 @@ PROGS = aaindex aapoly aargb accanti accpersp alpha alpha3D anti \ default: $(PROGS) -clean: - -rm -f *.o *~ -realclean: +clean: -rm -f $(PROGS) -rm -f *.o *~ -- cgit v1.2.3