diff options
author | thing1 <thing1@seacrossedlovers.xyz> | 2024-07-01 11:36:45 +0100 |
---|---|---|
committer | thing1 <thing1@seacrossedlovers.xyz> | 2024-07-01 11:36:45 +0100 |
commit | d933ce70bd2c497e4af26483abafebfce436986e (patch) | |
tree | b15f4f2c297734108ff0717334b912b87a0f995b /comp/lucas-standen-NEA/code/ads/ll/Makefile | |
parent | 42047fea26b14edc67b394db18ce7edb0c6399f8 (diff) |
updated work
Diffstat (limited to 'comp/lucas-standen-NEA/code/ads/ll/Makefile')
-rw-r--r-- | comp/lucas-standen-NEA/code/ads/ll/Makefile | 2 |
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 |