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, 0 insertions, 4 deletions
diff --git a/comp/cw/code/tokenizer/ads/dict/Makefile b/comp/cw/code/tokenizer/ads/dict/Makefile deleted file mode 100644 index f224267..0000000 --- a/comp/cw/code/tokenizer/ads/dict/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -all: dict.c - cc dict.c -c -o dict.o -test: all - cc dict.o dicttest.c -o dicttest |