Updated Working for Web (HTML5) (markdown)

master
Ray 4 years ago
parent
commit
6e6ce0626c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Working-for-Web-(HTML5).md

+ 1
- 1
Working-for-Web-(HTML5).md

@ -127,7 +127,7 @@ raylib examples [`Makefile`](https://github.com/raysan5/raylib/blob/master/examp
### Compiling raylib game
To compile your raylib code for web, it's recommended you use an already setup `Makefile` ready for that, `raylib/templates/simple_game/Makefile` could be used for reference, just copy it to your code folder.
To compile your raylib code for web, it's recommended you use an already setup `Makefile` ready for that, [raysan5/raylib-game-template](https://github.com/raysan5/raylib-game-template) could be used for reference.
Before compiling the game, review the copied `Makefile` to make sure emscripten sdk path (`EMSDK_PATH`) and other paths are correctly set. Also review the following `Makefile` variables: `PROJECT_NAME`, `RAYLIB_PATH`, `PROJECT_SOURCE_FILES`.

Loading…
Cancel
Save