aboutsummaryrefslogtreecommitdiff
path: root/lib/io/Makefile
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2022-12-19 23:10:44 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2022-12-19 23:10:44 +0100
commit6f77c541db4f58d7a3fbc8fbd52caa4c379a884e (patch)
treecfb1fb6d46f984d4ba3278f2be1f3fbd9aeeb23d /lib/io/Makefile
parent85139c4208063a911d9ac8c871dc1052d2712c17 (diff)
add aec to wstdf
Diffstat (limited to 'lib/io/Makefile')
-rw-r--r--lib/io/Makefile2
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