From 2e239a4ed2265f7c7dc2aabedfdb7d7b011704cb Mon Sep 17 00:00:00 2001 From: standenboy Date: Thu, 25 Apr 2024 08:54:44 +0100 Subject: dll wasn't working and prob wasn't needed so i removed it --- comp/cw/code/ads/ll/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 comp/cw/code/ads/ll/Makefile (limited to 'comp/cw/code/ads/ll/Makefile') diff --git a/comp/cw/code/ads/ll/Makefile b/comp/cw/code/ads/ll/Makefile new file mode 100644 index 0000000..aaf0241 --- /dev/null +++ b/comp/cw/code/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