aboutsummaryrefslogtreecommitdiff
path: root/lib/io/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/io/Makefile')
-rw-r--r--lib/io/Makefile3
1 files changed, 3 insertions, 0 deletions
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