summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2ed3c773..a40d44fd 100644
--- a/Makefile
+++ b/Makefile
@@ -146,6 +146,15 @@ update-re2c: src/prebuilt/wast-lexer-gen.cc
src/prebuilt/wast-lexer-gen.cc: src/wast-lexer.cc
re2c -W -Werror --no-generation-date -bc8 -o $@ $<
+.PHONY: update-wasm2c
+update-wasm2c: src/prebuilt/wasm2c.include.c src/prebuilt/wasm2c.include.h
+
+src/prebuilt/wasm2c.include.c: src/wasm2c.c.tmpl
+ src/wasm2c_tmpl.py -o $@ $<
+
+src/prebuilt/wasm2c.include.h: src/wasm2c.h.tmpl
+ src/wasm2c_tmpl.py -o $@ $<
+
# running CMake
$(foreach CONFIG,$(CONFIGS), \
$(foreach COMPILER,$(COMPILERS), \