Updated Working for Web (HTML5) (markdown)

master
Ray 4 년 전
부모
커밋
6e6ce0626c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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`.

불러오는 중...
취소
저장