diff options
author | Keith Packard <keithp@keithp.com> | 2012-07-11 13:49:26 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-07-11 13:49:26 -0700 |
commit | 18431c88c8a6cb267922b97192e8b7ddb88d0e7e (patch) | |
tree | 3783f3a3da5c34a73faca1b9fedbc31a927cff2a /src/telescience-v0.1 | |
parent | 726f47c8a07f060aed930e1d102a1e8b5a5c7aed (diff) |
altos: Have 'make clean' remove all programs, even old ones
This makes sure that changing version numbers doesn't leave old
compiled output lying around.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telescience-v0.1')
-rw-r--r-- | src/telescience-v0.1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/telescience-v0.1/Makefile b/src/telescience-v0.1/Makefile index 10e4a2a3..d24128ef 100644 --- a/src/telescience-v0.1/Makefile +++ b/src/telescience-v0.1/Makefile @@ -105,7 +105,7 @@ ao_product.o: ao_product.c ao_product.h distclean: clean clean: - rm -f $(OBJ) + rm -f *.o $(PROG) $(PROG).hex rm -f ao_product.h install: |