aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 36b4825..19cbf45 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,7 @@ OBJECTS := \
$(BUILD_DIR)/parse.o \
$(BUILD_DIR)/preprocess.o \
$(BUILD_DIR)/sys.o \
+ $(BUILD_DIR)/token.o \
$(BUILD_DIR)/tokenize.o
.PHONY: all