From 3f79b7bd553a52fca7a098f5195b406ff9970491 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Sun, 15 Jan 2023 01:13:51 +0100 Subject: add list and static library builder --- lib/arg/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/arg/Makefile (limited to 'lib/arg/Makefile') diff --git a/lib/arg/Makefile b/lib/arg/Makefile new file mode 100644 index 0000000..384f797 --- /dev/null +++ b/lib/arg/Makefile @@ -0,0 +1,3 @@ +unit_test: + gcc test.c arg.c ../io/io.c ../aec/aec.c ../malloc/malloc.c ../avl_tree/avl_tree.c ../cstr/cstr.c ../env/env.c ../sys/start.S -o test -static -nostdlib -fno-stack-protector -Wno-implicit-function-declaration -g + ./test -- cgit v1.2.3-70-g09d2