summaryrefslogtreecommitdiffhomepage
path: root/docs/examples/web/makefile
diff options
context:
space:
mode:
authorRay <[email protected]>2017-04-20 00:51:15 +0200
committerGitHub <[email protected]>2017-04-20 00:51:15 +0200
commit0ed82150f0228c949c36f9ee83d4c2e0c92f9d0e (patch)
tree8767e7de9efd004e26d641763697870a94ec63c0 /docs/examples/web/makefile
parentbc1bfe54d6df0b872b604870d3e55a9f9f4e19dd (diff)
parent61ce160023e56d20b8baf88b56c11b70b05a8318 (diff)
downloadraylib-0ed82150f0228c949c36f9ee83d4c2e0c92f9d0e.tar.gz
raylib-0ed82150f0228c949c36f9ee83d4c2e0c92f9d0e.zip
Merge pull request #263 from raysan5/develop
Added examples web images
Diffstat (limited to 'docs/examples/web/makefile')
-rw-r--r--docs/examples/web/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/web/makefile b/docs/examples/web/makefile
index bdf32bee..c7ffe514 100644
--- a/docs/examples/web/makefile
+++ b/docs/examples/web/makefile
@@ -36,7 +36,7 @@ ifeq ($(PLATFORM),PLATFORM_WEB)
endif
# define raylib directory for include and library
-RAYLIB_PATH = D:\GitHub\raylib
+RAYLIB_PATH ?= C:\GitHub\raylib
# determine PLATFORM_OS in case PLATFORM_DESKTOP selected
ifeq ($(PLATFORM),PLATFORM_DESKTOP)
@@ -99,7 +99,7 @@ ifeq ($(PLATFORM),PLATFORM_WEB)
# --memory-init-file 0 # to avoid an external memory initialization code file (.mem)
# -s ALLOW_MEMORY_GROWTH=1 # to allow memory resizing
# -s TOTAL_MEMORY=16777216 # to specify heap memory size (default = 16MB)
- # -preload-file file.res # embbed file.res resource into .data file
+ # --preload-file file.res # embbed file.res resource into .data file
endif
ifeq ($(PLATFORM),PLATFORM_RPI)
CFLAGS = -O2 -s -Wall -std=gnu99 -fgnu89-inline