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/ll/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 comp/cw/code/tokenizer/ads/ll/Makefile (limited to 'comp/cw/code/tokenizer/ads/ll/Makefile') diff --git a/comp/cw/code/tokenizer/ads/ll/Makefile b/comp/cw/code/tokenizer/ads/ll/Makefile new file mode 100644 index 0000000..aaf0241 --- /dev/null +++ b/comp/cw/code/tokenizer/ads/ll/Makefile @@ -0,0 +1,5 @@ +all: ll.c + cc ll.c -c -o ll.o + +test: all + cc ll.o lltest.c -o lltest -- cgit v1.2.3