aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-08-26 20:17:57 +0900
committernsfisis <nsfisis@gmail.com>2025-08-26 20:17:57 +0900
commit530a6e162362ffc37a20df3c4c4f721d43434f3f (patch)
tree05935c98afa2961a011f3400d61b97009c4b5356 /Makefile
parent37d184d14136c9a9b5bdf3b62df87deea12dc947 (diff)
downloadducc-530a6e162362ffc37a20df3c4c4f721d43434f3f.tar.gz
ducc-530a6e162362ffc37a20df3c4c4f721d43434f3f.tar.zst
ducc-530a6e162362ffc37a20df3c4c4f721d43434f3f.zip
refactor: separate preprocess.{h,c}
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