diff options
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 73aa785..46d1d43 100644 --- a/lib/io/Makefile +++ b/lib/io/Makefile @@ -1,3 +1,3 @@ unit_test: - 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 + gcc io.c ../malloc/malloc.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 |