diff options
| author | Nathan P. Reiner <nathan@nathanreiner.xyz> | 2022-12-16 10:00:33 +0100 |
|---|---|---|
| committer | Nathan P. Reiner <nathan@nathanreiner.xyz> | 2022-12-16 10:00:33 +0100 |
| commit | a8192ab39056e66dc8ecae1a637ecff88b49448b (patch) | |
| tree | 2458a7a0c02c29e3a3879197bc0429b4bb7acc48 /lib/env/Makefile | |
| parent | f7f42b5f4fd22cd16e092de4a6f2a642b5ab8234 (diff) | |
add env initialization
Diffstat (limited to 'lib/env/Makefile')
| -rw-r--r-- | lib/env/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/env/Makefile b/lib/env/Makefile index 6158ef2..db9b5a8 100644 --- a/lib/env/Makefile +++ b/lib/env/Makefile @@ -1,3 +1,3 @@ unit_test: - gcc env.c ../cstr/cstr.c ../sys/start.S -o test -static -nostdlib -fno-stack-protector -Wno-implicit-function-declaration -g + gcc env.c ../io/io.c ../cstr/cstr.c ../sys/start.S -o test -static -nostdlib -fno-stack-protector -Wno-implicit-function-declaration -DENV_UNIT_TEST -g ./test |