summaryrefslogtreecommitdiff
path: root/comp/cw/code/tokenizer/ads/dict/Makefile
diff options
context:
space:
mode:
authorstandenboy <standenboy@seacrossedlovers.xyz>2024-04-25 08:45:36 +0100
committerstandenboy <standenboy@seacrossedlovers.xyz>2024-04-25 08:45:36 +0100
commit7d3856203d28281e3ffc6b365cc55b1d192a5599 (patch)
tree226ffda231a717f625bd1a965a32d02d0d1348b0 /comp/cw/code/tokenizer/ads/dict/Makefile
parenta241ad8e874a2220d81254c2ebfbe69d0470fd9b (diff)
started cw
Diffstat (limited to 'comp/cw/code/tokenizer/ads/dict/Makefile')
-rw-r--r--comp/cw/code/tokenizer/ads/dict/Makefile4
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