aboutsummaryrefslogtreecommitdiff
path: root/smash/Makefile
diff options
context:
space:
mode:
authorNathan P. Reiner <nathan@nathanreiner.xyz>2022-12-16 09:33:11 +0100
committerNathan P. Reiner <nathan@nathanreiner.xyz>2022-12-16 09:33:11 +0100
commit10c4a9af585869da2d26c136c49cc79f2ca45e50 (patch)
tree9ac955df56f1bf3e245312f5e370bd287f32d0bf /smash/Makefile
parentd29b2c8af98f34745eca362fb1d65002170e7156 (diff)
implement wstdf
Diffstat (limited to 'smash/Makefile')
-rw-r--r--smash/Makefile2
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