summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBen Smith <binji@chromium.org>2016-11-04 22:03:33 -0700
committerBen Smith <binji@chromium.org>2016-11-04 22:03:33 -0700
commit015e83d2ad877b4de17b1547e5febb5e8f660811 (patch)
treee4a381dfdf06a0529d3c320893884a6fa2ce59d8 /Makefile
parent8a64749912e4d83d1bb5d086eacdda7e5286d33a (diff)
downloadwabt-015e83d2ad877b4de17b1547e5febb5e8f660811.tar.gz
wabt-015e83d2ad877b4de17b1547e5febb5e8f660811.tar.bz2
wabt-015e83d2ad877b4de17b1547e5febb5e8f660811.zip
Remove the "wasm-" prefix from source files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 0c6a158f..1278d735 100644
--- a/Makefile
+++ b/Makefile
@@ -139,13 +139,13 @@ clean:
test-everything:
.PHONY: update-bison update-re2c
-update-bison: src/prebuilt/wasm-ast-parser-gen.c
-update-re2c: src/prebuilt/wasm-ast-lexer-gen.c
+update-bison: src/prebuilt/ast-parser-gen.c
+update-re2c: src/prebuilt/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 --report=state
+src/prebuilt/ast-parser-gen.c: src/ast-parser.y
+ bison -o $@ $< --defines=src/prebuilt/ast-parser-gen.h --report=state
-src/prebuilt/wasm-ast-lexer-gen.c: src/wasm-ast-lexer.c
+src/prebuilt/ast-lexer-gen.c: src/ast-lexer.c
re2c --no-generation-date -bc -o $@ $<
# defaults with simple names