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