From b41a06dceaa2b4432900db98c49e55118b77fdef Mon Sep 17 00:00:00 2001 From: thing1 Date: Fri, 20 Sep 2024 17:56:55 +0100 Subject: pushed alot to the stdlib --- comp/lucas-standen-NEA/code2/stdlib/String/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 comp/lucas-standen-NEA/code2/stdlib/String/Makefile (limited to 'comp/lucas-standen-NEA/code2/stdlib/String/Makefile') diff --git a/comp/lucas-standen-NEA/code2/stdlib/String/Makefile b/comp/lucas-standen-NEA/code2/stdlib/String/Makefile new file mode 100644 index 0000000..e61ca1d --- /dev/null +++ b/comp/lucas-standen-NEA/code2/stdlib/String/Makefile @@ -0,0 +1,7 @@ +CC=cc +CFLAGS=-ggdb + +all: String.c + ${CC} String.c -c -o String.o ${CFLAGS} +clean: + rm -rf String.o -- cgit v1.2.3