summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 5835dda..02586da 100644
--- a/Makefile
+++ b/Makefile
@@ -21,12 +21,7 @@ test: web
dist:
env \
CC=emcc \
- CXX=em++ \
- AR=emar \
- CFLAGS="$(EMCC_CFLAGS)" \
- CXXFLAGS="$(EMCC_CFLAGS)" \
EMCC_CFLAGS="$(EMCC_CFLAGS)" \
- CMAKE_INSTALL_LIBDIR=lib \
cargo build --target wasm32-unknown-emscripten --profile wasm
mkdir -p dist
cp ./target/wasm32-unknown-emscripten/wasm/game.{js,wasm} dist