From b9038b1c6b31a8f8d6b8b648cee0cf3b457dc24c Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Thu, 15 Dec 2022 22:46:25 +0100 Subject: first version of io and wstdf --- lib/io/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/io/Makefile (limited to 'lib/io/Makefile') diff --git a/lib/io/Makefile b/lib/io/Makefile new file mode 100644 index 0000000..e60a656 --- /dev/null +++ b/lib/io/Makefile @@ -0,0 +1,3 @@ +unit_test: + gcc io.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