summaryrefslogtreecommitdiff
path: root/comp/cw/code/tokenizer/ads/dll/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comp/cw/code/tokenizer/ads/dll/Makefile')
-rw-r--r--comp/cw/code/tokenizer/ads/dll/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/comp/cw/code/tokenizer/ads/dll/Makefile b/comp/cw/code/tokenizer/ads/dll/Makefile
deleted file mode 100644
index 651681d..0000000
--- a/comp/cw/code/tokenizer/ads/dll/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: dll.c
- cc dll.c -c -o dll.o
-
-test: all
- cc dll.o dlltest.c -o dlltest