summaryrefslogtreecommitdiff
path: root/comp/cw/code/ads/dict/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comp/cw/code/ads/dict/Makefile')
-rw-r--r--comp/cw/code/ads/dict/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/comp/cw/code/ads/dict/Makefile b/comp/cw/code/ads/dict/Makefile
new file mode 100644
index 0000000..f224267
--- /dev/null
+++ b/comp/cw/code/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