From 530a6e162362ffc37a20df3c4c4f721d43434f3f Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 26 Aug 2025 20:17:57 +0900 Subject: refactor: separate preprocess.{h,c} --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit v1.2.3-70-g09d2