diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-08-26 20:17:57 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-08-26 20:17:57 +0900 |
| commit | 530a6e162362ffc37a20df3c4c4f721d43434f3f (patch) | |
| tree | 05935c98afa2961a011f3400d61b97009c4b5356 /Makefile | |
| parent | 37d184d14136c9a9b5bdf3b62df87deea12dc947 (diff) | |
| download | ducc-530a6e162362ffc37a20df3c4c4f721d43434f3f.tar.gz ducc-530a6e162362ffc37a20df3c4c4f721d43434f3f.tar.zst ducc-530a6e162362ffc37a20df3c4c4f721d43434f3f.zip | |
refactor: separate preprocess.{h,c}
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
