summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormiguel <miguel@localhost>2017-09-23 11:28:05 +0200
committermiguel <miguel@localhost>2017-09-23 11:28:05 +0200
commit295e5376ca2a765d77b092844ba16f272ea31d7b (patch)
treea354346a8bfb264301d77e677c6704f5b339addd /Makefile
parentd23b5c21e100c075bf9b806cec45f0ad0f48301d (diff)
first mixer (just adding music and coins)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a5714ec..af6cd3d 100644
--- a/Makefile
+++ b/Makefile
@@ -15,4 +15,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 lunatic_out.html -s USE_SDL=2 --preload-file coin.wav --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
+ emcc -O2 World.bc main.bc -o lunatic_out.html -s USE_SDL=2 --preload-file music.wav --preload-file coin.wav --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