summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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