From 74a0814a8f57fe2c234dc47ed76273df61850f26 Mon Sep 17 00:00:00 2001 From: raysan5 Date: Sat, 21 Jul 2018 17:19:44 +0200 Subject: Review formatting --- templates/advance_game/Makefile | 12 ++++++------ templates/simple_game/Makefile | 12 ++++++------ templates/standard_game/Makefile | 12 ++++++------ 3 files changed, 18 insertions(+), 18 deletions(-) (limited to 'templates') diff --git a/templates/advance_game/Makefile b/templates/advance_game/Makefile index e2bf2c8e..e1e089cb 100644 --- a/templates/advance_game/Makefile +++ b/templates/advance_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 ?= advance_game +PLATFORM ?= PLATFORM_DESKTOP +RAYLIB_PATH = ../.. +PROJECT_NAME ?= advance_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 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 diff --git a/templates/standard_game/Makefile b/templates/standard_game/Makefile index 008c6973..d707f7f4 100644 --- a/templates/standard_game/Makefile +++ b/templates/standard_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 ?= standard_game +PLATFORM ?= PLATFORM_DESKTOP +RAYLIB_PATH ?= ../.. +PROJECT_NAME ?= standard_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 -- cgit v1.2.3