Skip to content

Commit

Permalink
Small change
Browse files Browse the repository at this point in the history
  • Loading branch information
NimbusFox committed Dec 29, 2020
1 parent 377c85e commit a4d5b48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
ARGS = -s INITIAL_MEMORY=671088640 -fsanitize=address -s ALLOW_MEMORY_GROWTH=1 --source-map-base /example/core/ --emit-symbol-map --bind -g4 --no-entry -s USE_GLFW=3 -I../../raylib/src -I../../include -L../../raylib/src/ -lraylib --shell-file=../../raylib/src/shell.html ../../bin/raylibweb.bc
ARGS = -s INITIAL_MEMORY=671088640 -fsanitize=address -s ALLOW_MEMORY_GROWTH=1 --emit-symbol-map --bind -g4 --no-entry -s USE_GLFW=3 -I../../raylib/src -I../../include -L../../raylib/src/ -lraylib --shell-file=../../raylib/src/shell.html ../../bin/raylibweb.bc

all: core models

core: dependency
cd core && emmake make ARGS="$(ARGS)"
cd core && emmake make ARGS="--source-map-base /example/core/ $(ARGS)"

models: dependency
cd models && emmake make ARGS="$(ARGS)"
cd models && emmake make ARGS="--source-map-base /example/models/ $(ARGS)"

dependency:
cd ../src/WebAssembly && emmake make static BUILD=DEBUG

0 comments on commit a4d5b48

Please sign in to comment.