diff options
| author | raysan5 <raysan5@gmail.com> | 2015-01-18 11:19:25 +0100 |
|---|---|---|
| committer | raysan5 <raysan5@gmail.com> | 2015-01-18 11:19:25 +0100 |
| commit | e96c22d6f8b26abaf2d2d41df478d4a5e856836c (patch) | |
| tree | 4e7f0303742b0e3a3a9e4c1d820b29c5ec521acb /examples/makefile | |
| parent | 874dc89fca294af1d6f7ace7398716a658eeab2d (diff) | |
| download | raylib-e96c22d6f8b26abaf2d2d41df478d4a5e856836c.tar.gz raylib-e96c22d6f8b26abaf2d2d41df478d4a5e856836c.zip | |
Updated makefiles for templates
Now support multiple platforms
Diffstat (limited to 'examples/makefile')
| -rw-r--r-- | examples/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/makefile b/examples/makefile index b4d7bfa3..35cba99e 100644 --- a/examples/makefile +++ b/examples/makefile @@ -23,7 +23,7 @@ # define raylib platform to compile for # possible platforms: PLATFORM_DESKTOP PLATFORM_RPI PLATFORM_WEB -# WARNING: To compile examples to HTML5, they must be redesigned to use emscripten.h and emscripten_set_main_loop() +# WARNING: To compile to HTML5, code must be redesigned to use emscripten.h and emscripten_set_main_loop() PLATFORM ?= PLATFORM_DESKTOP # determine PLATFORM_OS in case PLATFORM_DESKTOP selected |
