summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2022-03-09 07:40:04 +0000
committerGitHub <noreply@github.com>2022-03-08 23:40:04 -0800
commitda9f07ce054c7af5061279c3d237fd64d63d9f9b (patch)
tree58c7fcb9ab92e34890ad7135de227727dbc9dfcd /Makefile
parent5d1724d2ecbdd481c092f83ea5fcfc0dcadf8716 (diff)
downloadwabt-da9f07ce054c7af5061279c3d237fd64d63d9f9b.tar.gz
wabt-da9f07ce054c7af5061279c3d237fd64d63d9f9b.tar.bz2
wabt-da9f07ce054c7af5061279c3d237fd64d63d9f9b.zip
Improve wasm2c example update process. NFC (#1857)
Followup to #1851.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 05194a88..7915598b 100644
--- a/Makefile
+++ b/Makefile
@@ -146,6 +146,7 @@ src/prebuilt/lexer-keywords.cc: src/lexer-keywords.txt
.PHONY: update-wasm2c
update-wasm2c: src/prebuilt/wasm2c.include.c src/prebuilt/wasm2c.include.h
+ make -C wasm2c/examples/fac
src/prebuilt/wasm2c.include.c: src/wasm2c.c.tmpl
src/wasm2c_tmpl.py -o $@ $<