summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2018-08-09 18:37:21 +0200
committerJustin Worthe <justin@worthe-it.co.za>2018-08-09 18:37:21 +0200
commit3b90ccfcc15b13ff06cfd98dc4817b5d692ef97e (patch)
treecbdc7c6ffc5fd78dd3dcddee9a63ee96bbee2ef6 /Makefile
parent011e2c74ea0909b06d6b09c0f068f7aff034944f (diff)
Made the wasm build work again
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3161be9..31f8874 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,7 @@ all: build
build-web:
cargo +nightly build --target=wasm32-unknown-unknown --release
cp target/wasm32-unknown-unknown/release/bug_basher.wasm html/gate_app.wasm
+ cp lib_js/* html/
build-desktop:
cargo build --release