diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2022-12-19 23:10:44 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2022-12-19 23:10:44 +0100 |
| commit | 6f77c541db4f58d7a3fbc8fbd52caa4c379a884e (patch) | |
| tree | cfb1fb6d46f984d4ba3278f2be1f3fbd9aeeb23d /lib/io/Makefile | |
| parent | 85139c4208063a911d9ac8c871dc1052d2712c17 (diff) | |
add aec to wstdf
Diffstat (limited to 'lib/io/Makefile')
| -rw-r--r-- | lib/io/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/io/Makefile b/lib/io/Makefile index e60a656..73aa785 100644 --- a/lib/io/Makefile +++ b/lib/io/Makefile @@ -1,3 +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 + gcc io.c ../aec/aec.c ../cstr/cstr.c ../env/env.c ../sys/start.S -o test -static -nostdlib -fno-stack-protector -Wno-implicit-function-declaration -DIO_LIB_UNIT_TEST -g ./test |