summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBen Smith <binji@chromium.org>2016-02-21 13:46:03 -0800
committerBen Smith <binji@chromium.org>2016-02-24 10:34:42 -0800
commit500cb35bb8a43f884a7854e9215a3ef32a6d0ed2 (patch)
treeb12ba432c21c32602b66093b972a97270f6e690b /Makefile
parente3df3f7df06d04ddc46c49dcc9ed1ed8564d3e0e (diff)
downloadwabt-500cb35bb8a43f884a7854e9215a3ef32a6d0ed2.tar.gz
wabt-500cb35bb8a43f884a7854e9215a3ef32a6d0ed2.tar.bz2
wabt-500cb35bb8a43f884a7854e9215a3ef32a6d0ed2.zip
implement stack allocator, WasmAllocator interface
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