aboutsummaryrefslogtreecommitdiff
path: root/lib/aec/Makefile
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2023-02-08 17:12:23 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2023-02-08 17:12:23 +0100
commitb97ec93748902c90f25524116d3d189f1b263474 (patch)
treec1ef2d49937c0e5df28fefe4e88222783adaf3cf /lib/aec/Makefile
parent262322f9742ee925fe135038a9bbb631acd56b36 (diff)
make ls cooler
Diffstat (limited to 'lib/aec/Makefile')
-rw-r--r--lib/aec/Makefile2
1 files changed, 1 insertions, 1 deletions
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