diff options
| author | miguel <miguel@localhost> | 2017-09-23 11:28:05 +0200 |
|---|---|---|
| committer | miguel <miguel@localhost> | 2017-09-23 11:28:05 +0200 |
| commit | 295e5376ca2a765d77b092844ba16f272ea31d7b (patch) | |
| tree | a354346a8bfb264301d77e677c6704f5b339addd /Makefile | |
| parent | d23b5c21e100c075bf9b806cec45f0ad0f48301d (diff) | |
first mixer (just adding music and coins)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
