From 85139c4208063a911d9ac8c871dc1052d2712c17 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Sun, 18 Dec 2022 23:52:23 +0100 Subject: first idea of ansi escape codes support --- lib/aec/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/aec/Makefile (limited to 'lib/aec/Makefile') diff --git a/lib/aec/Makefile b/lib/aec/Makefile new file mode 100644 index 0000000..c7f78b6 --- /dev/null +++ b/lib/aec/Makefile @@ -0,0 +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 + ./test -- cgit v1.2.3-70-g09d2