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