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/dict/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 comp/cw/code/ads/dict/Makefile (limited to 'comp/cw/code/ads/dict/Makefile') 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 -- cgit v1.2.3