aboutsummaryrefslogtreecommitdiff
path: root/lib/io/Makefile
diff options
context:
space:
mode:
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