diff options
author | Ben Smith <binji@chromium.org> | 2015-10-05 10:24:46 -0700 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2015-10-05 15:36:57 -0700 |
commit | 5a40424dd10dc20f961837793b161093b77d0b09 (patch) | |
tree | bcef1e25eae3d7e3d45a14f5fb712cd1e8e1fae4 /Makefile | |
parent | cc066066a36d02b3470e0e85ef0c4d9ae26f77e8 (diff) | |
download | wabt-5a40424dd10dc20f961837793b161093b77d0b09.tar.gz wabt-5a40424dd10dc20f961837793b161093b77d0b09.tar.bz2 wabt-5a40424dd10dc20f961837793b161093b77d0b09.zip |
rename hash.* -> wasm-keywords.*
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ $(LSAN_OBJS): out/%.lsan.o: src/%.c | out out/sexpr-wasm-lsan: $(LSAN_OBJS) | out clang $(LSAN_FLAGS) -o $@ $^ -src/hash.h: src/hash.txt +src/wasm-keywords.h: src/wasm-keywords.gperf gperf --compare-strncmp --readonly-tables --struct-type $< --output-file $@ -include $(OBJS:.o=.d) $(ASAN_OBJS:.o=.d) $(MSAN_OBJS:.o=.d) $(LSAN_OBJS:.o=.d) |