summaryrefslogtreecommitdiff
path: root/src/test/Makefile
diff options
context:
space:
mode:
authorMike Beattie <mike@ethernal.org>2013-02-15 21:59:08 +1300
committerMike Beattie <mike@ethernal.org>2013-02-15 21:59:08 +1300
commit5e53a485310cc11e6add077fb4bd0b0267734ff0 (patch)
tree7541204d39c5a28ca905cdb5304add0f8884f9b2 /src/test/Makefile
parentbe8eecc4117a14139e4421ce86b67d29a0f0c3d4 (diff)
all: clean up .gitignore files and Makefile clean targets
Signed-off-by: Mike Beattie <mike@ethernal.org>
Diffstat (limited to 'src/test/Makefile')
-rw-r--r--src/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/Makefile b/src/test/Makefile
index 1c2d771e..fccc7937 100644
--- a/src/test/Makefile
+++ b/src/test/Makefile
@@ -13,7 +13,7 @@ CFLAGS=-I.. -I. -I../core -I../drivers -I../micropeak -O0 -g -Wall
all: $(PROGS) ao_aprs_data.wav
clean:
- rm -f $(PROGS) run-out.baro run-out.full
+ rm -f $(PROGS) ao_aprs_data.wav run-out.baro run-out.full
install: