aboutsummaryrefslogtreecommitdiff
path: root/games/light_my_ritual/makefile
diff options
context:
space:
mode:
authorraysan5 <raysan5@gmail.com>2016-02-21 00:44:55 +0100
committerraysan5 <raysan5@gmail.com>2016-02-21 00:44:55 +0100
commit9f5efeb309e15999a2b057dc7670169cf8d7d1b8 (patch)
treeda84ca471f7e94157809b8510a89a9eb47f91404 /games/light_my_ritual/makefile
parent182054b6620302ba7a3ce857cf6bd403408d01db (diff)
downloadraylib-9f5efeb309e15999a2b057dc7670169cf8d7d1b8.tar.gz
raylib-9f5efeb309e15999a2b057dc7670169cf8d7d1b8.zip
Update makefiles
Diffstat (limited to 'games/light_my_ritual/makefile')
-rw-r--r--games/light_my_ritual/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/light_my_ritual/makefile b/games/light_my_ritual/makefile
index 90a02278..84d7e994 100644
--- a/games/light_my_ritual/makefile
+++ b/games/light_my_ritual/makefile
@@ -2,7 +2,7 @@
#
# raylib - Advance Game
#
-# makefile to compile advance game
+# makefile to compile advance game for desktop platforms, Raspberry Pi and HTML5 (emscripten)
#
# Copyright (c) 2014 Ramon Santamaria (Ray San - raysan@raysanweb.com)
#
@@ -71,7 +71,7 @@ else
CFLAGS = -O2 -Wall -std=c99
endif
ifeq ($(PLATFORM),PLATFORM_WEB)
- CFLAGS = -O1 -Wall -std=c99 -s USE_GLFW=3 --preload-file resources -s ALLOW_MEMORY_GROWTH=1
+ CFLAGS = -O1 -Wall -std=c99 -s USE_GLFW=3 --preload-file resources -s ALLOW_MEMORY_GROWTH=1 --shell-file ../../templates/web_shell/shell.html
#-s ASSERTIONS=1 --preload-file resources
#-s ALLOW_MEMORY_GROWTH=1 # to allow memory resizing
#-s TOTAL_MEMORY=16777216 # to specify heap memory size (default = 16MB)