diff options
| author | Nathan P. Reiner <nathan@nathanreiner.xyz> | 2022-12-16 09:33:11 +0100 |
|---|---|---|
| committer | Nathan P. Reiner <nathan@nathanreiner.xyz> | 2022-12-16 09:33:11 +0100 |
| commit | 10c4a9af585869da2d26c136c49cc79f2ca45e50 (patch) | |
| tree | 9ac955df56f1bf3e245312f5e370bd287f32d0bf /smash/Makefile | |
| parent | d29b2c8af98f34745eca362fb1d65002170e7156 (diff) | |
implement wstdf
Diffstat (limited to 'smash/Makefile')
| -rw-r--r-- | smash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smash/Makefile b/smash/Makefile index 8a0dcee..7012bdd 100644 --- a/smash/Makefile +++ b/smash/Makefile @@ -13,4 +13,4 @@ unit_test_builtin: ./test all: - gcc main.c exec.c parser.c builtin.c ../lib/avl_tree/avl_tree.c ../lib/cstr/cstr.c ../lib/malloc/malloc.c ../lib/sys/start.S -static -nostdlib -fno-stack-protector -Wno-implicit-function-declaration -o smash -DVARIABLES_UNIT_TEST -g + gcc main.c exec.c parser.c builtin.c ../lib/io/io.c ../lib/avl_tree/avl_tree.c ../lib/cstr/cstr.c ../lib/malloc/malloc.c ../lib/sys/start.S -static -nostdlib -fno-stack-protector -Wno-implicit-function-declaration -o smash -DVARIABLES_UNIT_TEST -g |