Rename game.html to my_project.html in Makefile
This commit is contained in:
parent
e66f127a05
commit
1a105edba8
1 changed files with 2 additions and 2 deletions
4
Makefile
4
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue