summaryrefslogtreecommitdiffhomepage
path: root/examples/Makefile
diff options
context:
space:
mode:
authorRay <[email protected]>2024-05-07 20:40:41 +0200
committerRay <[email protected]>2024-05-07 20:40:41 +0200
commit08ae888722e6ee6c54555ed33c0db9f9e691b2e1 (patch)
tree0f1a04bfa33507c974d8c0879d98afb67c820685 /examples/Makefile
parent9805fe0b1afe8a25a5c7be92468a58bc2fbf8e4a (diff)
downloadraylib-08ae888722e6ee6c54555ed33c0db9f9e691b2e1.tar.gz
raylib-08ae888722e6ee6c54555ed33c0db9f9e691b2e1.zip
Update Makefile
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 52945c4b..3c39e09e 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -50,7 +50,7 @@
# Define required environment variables
#------------------------------------------------------------------------------------------------
# Define target platform: PLATFORM_DESKTOP, PLATFORM_DESKTOP_SDL, PLATFORM_DRM, PLATFORM_ANDROID, PLATFORM_WEB
-PLATFORM ?= PLATFORM_DESKTOP_RGFW
+PLATFORM ?= PLATFORM_DESKTOP
# Define required raylib variables
PROJECT_NAME ?= raylib_examples