diff options
Diffstat (limited to 'lib/aec/Makefile')
| -rw-r--r-- | lib/aec/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |