diff options
author | Ben Smith <binji@chromium.org> | 2016-09-16 15:50:09 -0700 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2016-09-29 11:37:27 -0700 |
commit | 355777d1ac0fe6820ccba45ae2c3789fbc8ccdc5 (patch) | |
tree | 606085bda6528c052231f5dacd618a930029a241 /Makefile | |
parent | 70eebc1677c98f8387aad1a55936f53cb06235ff (diff) | |
download | wabt-355777d1ac0fe6820ccba45ae2c3789fbc8ccdc5.tar.gz wabt-355777d1ac0fe6820ccba45ae2c3789fbc8ccdc5.tar.bz2 wabt-355777d1ac0fe6820ccba45ae2c3789fbc8ccdc5.zip |
WIP - parser stuff compiles
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $@ $< |