diff options
author | Brian Paul <[email protected]> | 2004-03-26 20:31:05 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-03-26 20:31:05 +0000 |
commit | 46727c74964faa1e165be81cdbe61c6dbd105b4c (patch) | |
tree | c0e829cd551c8c77395dd79249fdb89dbcdfdaa9 /progs/redbook/Makefile | |
parent | 7a5eb9a7606bd951cb9cba56b0ff96c121084d44 (diff) |
Tweaks for make clean / realclean.
Diffstat (limited to 'progs/redbook/Makefile')
-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 f4231081887..5fbfde2ca47 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 *~ |