diff options
Diffstat (limited to 'progs/redbook')
-rw-r--r-- | progs/redbook/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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 *~ |