aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-12-11 03:06:22 +0900
committernsfisis <nsfisis@gmail.com>2025-12-11 03:06:22 +0900
commit47d43f5a583dc2d474e553afe0cb682d878231b1 (patch)
treee4de770f9960a117feef631caec7d208c8a1796b /Makefile
parentf64ab73b841377f044e727ee1d9e0bcf55c6b626 (diff)
downloadducc-47d43f5a583dc2d474e553afe0cb682d878231b1.tar.gz
ducc-47d43f5a583dc2d474e553afe0cb682d878231b1.tar.zst
ducc-47d43f5a583dc2d474e553afe0cb682d878231b1.zip
Revert "feat: minimal wasm backend"
This reverts commit f64ab73b841377f044e727ee1d9e0bcf55c6b626.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 514eef9..6709299 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,6 @@ 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 \