diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2022-12-15 22:46:25 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2022-12-15 22:46:25 +0100 |
| commit | b9038b1c6b31a8f8d6b8b648cee0cf3b457dc24c (patch) | |
| tree | d967cf38fba25c1a3eed621026f37891bba8f191 /lib/io/Makefile | |
| parent | 02062f0cf84e1cb7fb294de54b0c00db6323c529 (diff) | |
first version of io and wstdf
Diffstat (limited to 'lib/io/Makefile')
| -rw-r--r-- | lib/io/Makefile | 3 |
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 |