diff options
author | thing1 <thing1@seacrossedlovers.xyz> | 2024-09-24 11:30:01 +0100 |
---|---|---|
committer | thing1 <thing1@seacrossedlovers.xyz> | 2024-09-24 11:30:01 +0100 |
commit | 997fd49c81a86696db6f62ce8c5bdde038c7cebb (patch) | |
tree | 6d55528da52a0d061199ac29ec362d38764dea54 /comp/lucas-standen-NEA/code2/stdlib/Makefile | |
parent | 905588e11c174e3ac2d6bb235c7ab81532f98691 (diff) |
removed the guest book because it wasnt working
Diffstat (limited to 'comp/lucas-standen-NEA/code2/stdlib/Makefile')
-rw-r--r-- | comp/lucas-standen-NEA/code2/stdlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comp/lucas-standen-NEA/code2/stdlib/Makefile b/comp/lucas-standen-NEA/code2/stdlib/Makefile index d915d38..ff46d14 100644 --- a/comp/lucas-standen-NEA/code2/stdlib/Makefile +++ b/comp/lucas-standen-NEA/code2/stdlib/Makefile @@ -1,9 +1,9 @@ CC=cc -CLFAGS=-O0 -ggdb +CFLAGS=-O0 -ggdb stdlib: cd String && make - ${CC} *.c -c ${CFLAGS} + ${CC} zpylib.c -c -o zpylib.o ${CFLAGS} clean: rm -rf *.o |