diff options
author | thing1 <thing1@seacrossedlovers.xyz> | 2024-09-16 13:11:10 +0100 |
---|---|---|
committer | thing1 <thing1@seacrossedlovers.xyz> | 2024-09-16 13:11:10 +0100 |
commit | 85b1a8b13b6715e0e13e08fa38c14eb18fdc32d5 (patch) | |
tree | 0f184544692fe16c078852b4123917065b127792 /comp/lucas-standen-NEA/code2/Makefile | |
parent | 9eafce19945f858649eaac8eabfee9ec1857c1cd (diff) |
added command line options, next step is to port the string libary over
Diffstat (limited to 'comp/lucas-standen-NEA/code2/Makefile')
-rw-r--r-- | comp/lucas-standen-NEA/code2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comp/lucas-standen-NEA/code2/Makefile b/comp/lucas-standen-NEA/code2/Makefile index 1ed8b29..ffbcffb 100644 --- a/comp/lucas-standen-NEA/code2/Makefile +++ b/comp/lucas-standen-NEA/code2/Makefile @@ -18,4 +18,4 @@ _util: util.c ${CC} util.c -c -o util.o ${CFLAGS} clean: - rm -rf zpy *.o *.core sample + rm -rf zpy *.o *.core sample out |