summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormiguel <miguel@debian-acer.softwarefools.com>2017-09-22 19:14:34 +0200
committermiguel <miguel@debian-acer.softwarefools.com>2017-09-22 19:14:34 +0200
commitd0e7bac91ee97f48e8e11a54c56c48d050a10c46 (patch)
treeb6dfda01a7c6288c3698958ae1e28a93ee8470be /Makefile
parent91a0bc329297a7b3c597e9ae98535f8ccc3af4d7 (diff)
added minimal template for browser version and audio testing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0354a3d..70672a9 100644
--- a/Makefile
+++ b/Makefile
@@ -14,4 +14,4 @@ clean:
browser-game:
emcc --std=c++11 -O2 World.cpp -o World.bc
emcc --std=c++11 -O2 main.cpp -o main.bc
- emcc -O2 World.bc main.bc -o out.html -s USE_SDL=2 --preload-file coin.bmp --preload-file earth01.bmp --preload-file fonts.bmp --preload-file gridder01.bmp --preload-file guy01.bmp --preload-file guy02.bmp --preload-file gridder02.bmp --preload-file gridder03.bmp
+ emcc -O2 World.bc main.bc -o out.html -s USE_SDL=2 --preload-file coin.bmp --preload-file earth01.bmp --preload-file fonts.bmp --preload-file gridder01.bmp --preload-file guy01.bmp --preload-file guy02.bmp --preload-file gridder02.bmp --preload-file gridder03.bmp -s TOTAL_MEMORY=536870912 --shell-file shell_minimal.html