diff options
| author | raysan5 <[email protected]> | 2018-07-21 17:19:44 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2018-07-21 17:19:44 +0200 |
| commit | 74a0814a8f57fe2c234dc47ed76273df61850f26 (patch) | |
| tree | e3df2f58c2bbeea3c59f857351c096179d63c870 /templates/simple_game/Makefile | |
| parent | 08f2725c8bf2c09321356cf7649c4e6c6b2e52e4 (diff) | |
| download | raylib-74a0814a8f57fe2c234dc47ed76273df61850f26.tar.gz raylib-74a0814a8f57fe2c234dc47ed76273df61850f26.zip | |
Review formatting
Diffstat (limited to 'templates/simple_game/Makefile')
| -rw-r--r-- | templates/simple_game/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/simple_game/Makefile b/templates/simple_game/Makefile index cc7d7f35..e82aa752 100644 --- a/templates/simple_game/Makefile +++ b/templates/simple_game/Makefile @@ -25,20 +25,20 @@ # Define required raylib variables # WARNING: To compile to HTML5, code must be redesigned to use emscripten.h and emscripten_set_main_loop() -PLATFORM ?= PLATFORM_DESKTOP -RAYLIB_PATH ?= ../.. -PROJECT_NAME ?= simple_game +PLATFORM ?= PLATFORM_DESKTOP +RAYLIB_PATH ?= ../.. +PROJECT_NAME ?= simple_game # Default path for raylib on Raspberry Pi, if installed in different path, update it! ifeq ($(PLATFORM),PLATFORM_RPI) - RAYLIB_PATH ?= /home/pi/raylib + RAYLIB_PATH ?= /home/pi/raylib endif # Library type used for raylib: STATIC (.a) or SHARED (.so/.dll) -RAYLIB_LIBTYPE ?= STATIC +RAYLIB_LIBTYPE ?= STATIC # Use external GLFW library instead of rglfw module -USE_EXTERNAL_GLFW ?= FALSE +USE_EXTERNAL_GLFW ?= FALSE # Use Wayland display server protocol on Linux desktop # by default it uses X11 windowing system |
