summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBen Smith <binji@chromium.org>2020-01-17 16:19:18 -0800
committerBen Smith <binji@chromium.org>2020-01-17 16:19:18 -0800
commit0b99d31dd8b4c16e213680494589ad5b6702ea47 (patch)
treedd29bd53a0e501825882386263fb417f5fa8ba65 /Makefile
parent7c80d05e37dc02870c680869ae3f04ac6d9637ee (diff)
downloadwabt-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index afb5ac8a..d7e5bb9f 100644
--- a/Makefile
+++ b/Makefile
@@ -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), \