From b678465c11517a5342b1ec5aa4fe21570f13a3ed Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 29 Aug 2025 21:25:03 +0900 Subject: feat: add utility function to dump any internal object as JSON --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 19cbf45..b49ce89 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,7 @@ OBJECTS := \ $(BUILD_DIR)/codegen.o \ $(BUILD_DIR)/common.o \ $(BUILD_DIR)/io.o \ + $(BUILD_DIR)/json.o \ $(BUILD_DIR)/parse.o \ $(BUILD_DIR)/preprocess.o \ $(BUILD_DIR)/sys.o \ -- cgit v1.2.3-70-g09d2