diff options
author | Ben Smith <binji@chromium.org> | 2020-01-17 16:19:18 -0800 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2020-01-17 16:19:18 -0800 |
commit | 0b99d31dd8b4c16e213680494589ad5b6702ea47 (patch) | |
tree | dd29bd53a0e501825882386263fb417f5fa8ba65 /Makefile | |
parent | 7c80d05e37dc02870c680869ae3f04ac6d9637ee (diff) | |
download | wabt-0b99d31dd8b4c16e213680494589ad5b6702ea47.tar.gz wabt-0b99d31dd8b4c16e213680494589ad5b6702ea47.tar.bz2 wabt-0b99d31dd8b4c16e213680494589ad5b6702ea47.zip |
Move documentation to docs/ directory
It's easier to update than gh-pages
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -158,7 +158,7 @@ src/prebuilt/wasm2c.include.h: src/wasm2c.h.tmpl .PHONY: demo demo: emscripten-release - cp out/emscripten/Release/libwabt.js demo + cp out/emscripten/Release/libwabt.js docs/demo # running CMake $(foreach CONFIG,$(CONFIGS), \ |