From 799d930c2540933c23a1b6ba28e8e5e4f3bccb64 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Thu, 9 Feb 2023 18:05:28 +0100 Subject: add variable system via env --- smash/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smash/Makefile') diff --git a/smash/Makefile b/smash/Makefile index 1d8e228..b8fb606 100644 --- a/smash/Makefile +++ b/smash/Makefile @@ -17,4 +17,4 @@ unit_test_exec: ./test all: - gcc main.c comment.c exec.c parser.c builtin.c ../lib/slib.a -static -nostdlib -fno-stack-protector -Wno-implicit-function-declaration -fno-builtin -o smash -DVARIABLES_UNIT_TEST -g + gcc main.c env.c comment.c exec.c parser.c builtin.c ../lib/slib.a -static -nostdlib -fno-stack-protector -Wno-implicit-function-declaration -fno-builtin -o smash -DVARIABLES_UNIT_TEST -g -- cgit v1.2.3-70-g09d2