summaryrefslogtreecommitdiff
path: root/comp/lucas-standen-NEA/code/ads/ll
diff options
context:
space:
mode:
Diffstat (limited to 'comp/lucas-standen-NEA/code/ads/ll')
-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