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 /examples/Makefile | |
| parent | 08f2725c8bf2c09321356cf7649c4e6c6b2e52e4 (diff) | |
| download | raylib-74a0814a8f57fe2c234dc47ed76273df61850f26.tar.gz raylib-74a0814a8f57fe2c234dc47ed76273df61850f26.zip | |
Review formatting
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 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 |
