From 7d3856203d28281e3ffc6b365cc55b1d192a5599 Mon Sep 17 00:00:00 2001 From: standenboy Date: Thu, 25 Apr 2024 08:45:36 +0100 Subject: started cw --- comp/cw/code/tokenizer/ads/dll/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 comp/cw/code/tokenizer/ads/dll/Makefile (limited to 'comp/cw/code/tokenizer/ads/dll/Makefile') 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 -- cgit v1.2.3