Updated Working for Web (HTML5) (markdown)

master
Ray 5 年前
父节点
当前提交
58f52fbd6c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      Working-for-Web-(HTML5).md

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

@ -98,7 +98,7 @@ Once `Makefile` has been reviewed, to compile raylib source code, just execute t
make PLATFORM=PLATFORM_WEB -B
_Note that required resources should be embedded into a `.data` file using the compiler parameter `--preload-file filename.ext` or `--preload-file folder` (already configured in the `Makefile` to use `resources` directory).
_Note that required resources should be embedded into a `.data` file using the compiler parameter `--preload-file filename.ext` or `--preload-file folder` (already configured in the `Makefile` to use `resources` directory)._
Compilation will generate several output files:

正在加载...
取消
保存