diff options
| author | Ray <[email protected]> | 2024-05-07 20:40:41 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2024-05-07 20:40:41 +0200 |
| commit | 08ae888722e6ee6c54555ed33c0db9f9e691b2e1 (patch) | |
| tree | 0f1a04bfa33507c974d8c0879d98afb67c820685 /examples | |
| parent | 9805fe0b1afe8a25a5c7be92468a58bc2fbf8e4a (diff) | |
| download | raylib-08ae888722e6ee6c54555ed33c0db9f9e691b2e1.tar.gz raylib-08ae888722e6ee6c54555ed33c0db9f9e691b2e1.zip | |
Update Makefile
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/Makefile | 2 |
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 |
