From 10c4a9af585869da2d26c136c49cc79f2ca45e50 Mon Sep 17 00:00:00 2001 From: "Nathan P. Reiner" Date: Fri, 16 Dec 2022 09:33:11 +0100 Subject: implement wstdf --- smash/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smash/Makefile') 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 -- cgit v1.2.3-70-g09d2