fix Makefile 'make clean'

This commit is contained in:
Harald Welte 2011-03-26 22:48:58 +01:00
parent 904220276d
commit 22b7835699
1 changed files with 1 additions and 1 deletions

View File

@ -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