Exclude build_game directory
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -2,7 +2,7 @@
|
|||||||
*~
|
*~
|
||||||
|
|
||||||
.idea/
|
.idea/
|
||||||
build-web/
|
build_web/
|
||||||
cmake-build-debug/
|
cmake-build-debug/
|
||||||
cmake-build-release/
|
cmake-build-release/
|
||||||
tiled/PixelDefense.tiled-session
|
tiled/PixelDefense.tiled-session
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
#rm -rf build_web
|
#rm -rf build_web
|
||||||
#mkdir build_web
|
mkdir build_web
|
||||||
pushd build_web || exit
|
pushd build_web || exit
|
||||||
|
|
||||||
emcmake cmake .. -DPLATFORM=Web
|
emcmake cmake .. -DPLATFORM=Web
|
||||||
|
|||||||
Reference in New Issue
Block a user