From d933ce70bd2c497e4af26483abafebfce436986e Mon Sep 17 00:00:00 2001 From: thing1 Date: Mon, 1 Jul 2024 11:36:45 +0100 Subject: updated work --- comp/lucas-standen-NEA/code/ads/ll/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'comp/lucas-standen-NEA/code/ads/ll/Makefile') diff --git a/comp/lucas-standen-NEA/code/ads/ll/Makefile b/comp/lucas-standen-NEA/code/ads/ll/Makefile index aaf0241..e91e445 100644 --- a/comp/lucas-standen-NEA/code/ads/ll/Makefile +++ b/comp/lucas-standen-NEA/code/ads/ll/Makefile @@ -1,5 +1,5 @@ all: ll.c - cc ll.c -c -o ll.o + cc ll.c -c -o ll.o test: all cc ll.o lltest.c -o lltest -- cgit v1.2.3