From 6f77c541db4f58d7a3fbc8fbd52caa4c379a884e Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Mon, 19 Dec 2022 23:10:44 +0100 Subject: add aec to wstdf --- lib/io/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/io/Makefile') 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 -- cgit v1.2.3-70-g09d2