aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-12-05 06:41:45 +0900
committernsfisis <nsfisis@gmail.com>2025-12-05 06:41:45 +0900
commitf64ab73b841377f044e727ee1d9e0bcf55c6b626 (patch)
treef87a6a2c766791dbe0a6b1dfb6599216b661050f /Makefile
parentd31f9ba65586887ac662a86887a8ffe87774081b (diff)
downloadducc-f64ab73b841377f044e727ee1d9e0bcf55c6b626.tar.gz
ducc-f64ab73b841377f044e727ee1d9e0bcf55c6b626.tar.zst
ducc-f64ab73b841377f044e727ee1d9e0bcf55c6b626.zip
feat: minimal wasm backend
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6709299..514eef9 100644
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,7 @@ OBJECTS := \
$(BUILD_DIR)/ast.o \
$(BUILD_DIR)/cli.o \
$(BUILD_DIR)/codegen.o \
+ $(BUILD_DIR)/codegen_wasm.o \
$(BUILD_DIR)/common.o \
$(BUILD_DIR)/fs.o \
$(BUILD_DIR)/io.o \