From bc9033fdf30424c34008e651fdbbba5da8c8fc40 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 13 Jul 2021 02:44:18 +0200 Subject: Third commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 696478c..bf1daeb 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,10 @@ OBJ =\ apsh.o\ preparser.o\ tokeniser.o\ - parser.o + parser.o\ + interpreter.o\ + special_builtins.o\ + regular_builtins.o HDR =\ common.h\ -- cgit v1.2.3-70-g09d2