summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBen Smith <binji@chromium.org>2016-09-16 15:50:09 -0700
committerBen Smith <binji@chromium.org>2016-09-29 11:37:27 -0700
commit355777d1ac0fe6820ccba45ae2c3789fbc8ccdc5 (patch)
tree606085bda6528c052231f5dacd618a930029a241 /Makefile
parent70eebc1677c98f8387aad1a55936f53cb06235ff (diff)
downloadwabt-355777d1ac0fe6820ccba45ae2c3789fbc8ccdc5.tar.gz
wabt-355777d1ac0fe6820ccba45ae2c3789fbc8ccdc5.tar.bz2
wabt-355777d1ac0fe6820ccba45ae2c3789fbc8ccdc5.zip
WIP - parser stuff compiles
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 167ea5c0..9b82278a 100644
--- a/Makefile
+++ b/Makefile
@@ -142,7 +142,7 @@ update-bison: src/prebuilt/wasm-ast-parser-gen.c
update-re2c: src/prebuilt/wasm-ast-lexer-gen.c
src/prebuilt/wasm-ast-parser-gen.c: src/wasm-ast-parser.y
- bison -o $@ $< --defines=src/prebuilt/wasm-ast-parser-gen.h
+ bison -o $@ $< --defines=src/prebuilt/wasm-ast-parser-gen.h --report=state
src/prebuilt/wasm-ast-lexer-gen.c: src/wasm-ast-lexer.c
re2c --no-generation-date -bc -o $@ $<