summaryrefslogtreecommitdiffhomepage
path: root/examples/Makefile
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2018-07-21 17:19:44 +0200
committerraysan5 <[email protected]>2018-07-21 17:19:44 +0200
commit74a0814a8f57fe2c234dc47ed76273df61850f26 (patch)
treee3df2f58c2bbeea3c59f857351c096179d63c870 /examples/Makefile
parent08f2725c8bf2c09321356cf7649c4e6c6b2e52e4 (diff)
downloadraylib-74a0814a8f57fe2c234dc47ed76273df61850f26.tar.gz
raylib-74a0814a8f57fe2c234dc47ed76273df61850f26.zip
Review formatting
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 7ab6527f..a7a85661 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -32,7 +32,7 @@ RAYLIB_PATH ?= ..
# Define default options
# One of PLATFORM_DESKTOP, PLATFORM_RPI, PLATFORM_ANDROID, PLATFORM_WEB
-PLATFORM ?= PLATFORM_DESKTOP
+PLATFORM ?= PLATFORM_DESKTOP
# Locations of your newly installed library and associated headers. See ../src/Makefile
# On Linux, if you have installed raylib but cannot compile the examples, check that