diff options
Diffstat (limited to 'comp/cw/code/tokenizer/ads/dict/Makefile')
-rw-r--r-- | comp/cw/code/tokenizer/ads/dict/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/comp/cw/code/tokenizer/ads/dict/Makefile b/comp/cw/code/tokenizer/ads/dict/Makefile new file mode 100644 index 0000000..f224267 --- /dev/null +++ b/comp/cw/code/tokenizer/ads/dict/Makefile @@ -0,0 +1,4 @@ +all: dict.c + cc dict.c -c -o dict.o +test: all + cc dict.o dicttest.c -o dicttest |