From e96c22d6f8b26abaf2d2d41df478d4a5e856836c Mon Sep 17 00:00:00 2001 From: raysan5 Date: Sun, 18 Jan 2015 11:19:25 +0100 Subject: Updated makefiles for templates Now support multiple platforms --- examples/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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 -- cgit v1.2.3