summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2013-11-29 17:27:56 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2013-11-29 17:27:56 +0100
commitbb031a2afa140c3e4f4d325ba28d56bd224bda9b (patch)
treeffcf50addd323636b7e143f171176c3d0804e586 /Makefile
parent7bc99899c1ab7a960a99fcf9ff8bffc62c527e93 (diff)
downloadeo_tokenizer-master.zip
eo_tokenizer-master.tar.gz
add *.eo to 'make test' targetHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 359aeb0..a9abbad 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ eo_tokenizer: main.o eo_tokenizer.o eo_definitions.o
$(CC) -Wall -I. $(CFLAGS) main.o eo_tokenizer.o eo_definitions.o -o $@
test: eo_tokenizer
- $(LOG) ./eo_tokenizer ./data/*.c
+ $(LOG) ./eo_tokenizer ./data/*.c ./data/*.eo
clean:
rm -f *~ *.o *.dot *.png *.xml $(BIN).c $(BIN)