From f7f42b5f4fd22cd16e092de4a6f2a642b5ab8234 Mon Sep 17 00:00:00 2001 From: "Nathan P. Reiner" Date: Fri, 16 Dec 2022 09:38:25 +0100 Subject: add env structre --- lib/env/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/env/Makefile (limited to 'lib/env/Makefile') diff --git a/lib/env/Makefile b/lib/env/Makefile new file mode 100644 index 0000000..6158ef2 --- /dev/null +++ b/lib/env/Makefile @@ -0,0 +1,3 @@ +unit_test: + gcc env.c ../cstr/cstr.c ../sys/start.S -o test -static -nostdlib -fno-stack-protector -Wno-implicit-function-declaration -g + ./test -- cgit v1.2.3-70-g09d2