From b97ec93748902c90f25524116d3d189f1b263474 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Wed, 8 Feb 2023 17:12:23 +0100 Subject: make ls cooler --- lib/aec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/aec/Makefile') diff --git a/lib/aec/Makefile b/lib/aec/Makefile index c7f78b6..e2179f8 100644 --- a/lib/aec/Makefile +++ b/lib/aec/Makefile @@ -1,3 +1,3 @@ unit_test: - gcc aec.c ../io/io.c ../cstr/cstr.c ../env/env.c ../sys/start.S -o test -static -nostdlib -fno-stack-protector -Wno-implicit-function-declaration -fno-builtin -DAEC_UNIT_TEST -g + gcc aec.c ../malloc/malloc.c ../io/io.c ../cstr/cstr.c ../env/env.c ../sys/start.S -o test -static -nostdlib -fno-stack-protector -Wno-implicit-function-declaration -fno-builtin -DAEC_UNIT_TEST -g ./test -- cgit v1.2.3-70-g09d2