aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-12-11 21:09:40 +0900
committernsfisis <nsfisis@gmail.com>2025-12-11 21:09:40 +0900
commit1908a8898cc2455dddd881a4883ce51bb36f5d8e (patch)
tree2abb48d7c722b5c0f60b99fcee2fce64045ed229 /Makefile
parent000f1d7f7412440619112b09f64ff653d960ed25 (diff)
downloadducc-1908a8898cc2455dddd881a4883ce51bb36f5d8e.tar.gz
ducc-1908a8898cc2455dddd881a4883ce51bb36f5d8e.tar.zst
ducc-1908a8898cc2455dddd881a4883ce51bb36f5d8e.zip
Reapply "feat: minimal wasm backend"HEADmain
This reverts commit 47d43f5a583dc2d474e553afe0cb682d878231b1.
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 \