summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-03-26 22:48:58 +0100
committerHarald Welte <laforge@gnumonks.org>2011-03-26 22:48:58 +0100
commit22b7835699a6986be23abc7b01157ec1a4579940 (patch)
tree0cf5cd75e04fb3b14d804a49e8c7b68a00778474
parent904220276d56d5887fb22141d4593bc0e9b02273 (diff)
fix Makefile 'make clean'
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 070f053..e8d4599 100644
--- a/Makefile
+++ b/Makefile
@@ -4,4 +4,4 @@ map_asn1_extract: main.o word_util.o word_file_fmt.o
$(CC) $(LDFLAGS) -o $@ $^
clean:
- @rm -f *.o extract
+ @rm -f *.o map_asn1_extract