summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 04813ae9..92dc732c 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ SEXPR_WASM_CC := $(CC)
SEXPR_WASM_CFLAGS := $(CFLAGS)
SEXPR_WASM_SRCS := \
wasm.c sexpr-wasm.c wasm-parser.c wasm-lexer.c wasm-vector.c wasm-check.c \
- wasm-writer.c wasm-binary-writer.c
+ wasm-writer.c wasm-binary-writer.c wasm-allocator.c wasm-stack-allocator.c
ASAN_FLAGS := -fsanitize=address
SEXPR_WASM_ASAN_CC := clang