aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
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\