summaryrefslogtreecommitdiff
path: root/comp/lucas-standen-NEA/code/ads/ll/Makefile
diff options
context:
space:
mode:
authorthing1 <thing1@seacrossedlovers.xyz>2024-07-01 11:36:45 +0100
committerthing1 <thing1@seacrossedlovers.xyz>2024-07-01 11:36:45 +0100
commitd933ce70bd2c497e4af26483abafebfce436986e (patch)
treeb15f4f2c297734108ff0717334b912b87a0f995b /comp/lucas-standen-NEA/code/ads/ll/Makefile
parent42047fea26b14edc67b394db18ce7edb0c6399f8 (diff)
updated work
Diffstat (limited to 'comp/lucas-standen-NEA/code/ads/ll/Makefile')
-rw-r--r--comp/lucas-standen-NEA/code/ads/ll/Makefile2
1 files changed, 1 insertions, 1 deletions
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