diff --git a/Makefile b/Makefile index da65e65..9d7d421 100644 --- a/Makefile +++ b/Makefile @@ -27,8 +27,8 @@ rust_src/target/wasm32-unknown-emscripten/${RUST_BUILD_TYPE}/libems_rust_templat dist: rust_src/target/wasm32-unknown-emscripten/${RUST_BUILD_TYPE}/libems_rust_template.a src/main.c.o @mkdir dist - ${CC} -o dist/game.html ${CFLAGS} $^ - ln -s game.html dist/index.html + ${CC} -o dist/my_project.html ${CFLAGS} $^ + ln -s my_project.html dist/index.html .PHONY: clean