diff options
| author | Ray <[email protected]> | 2023-11-02 18:12:22 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2023-11-02 18:12:22 +0100 |
| commit | b40f93b9e35ca8b2aa2e897eadb90187c2f93d4a (patch) | |
| tree | 5a3f9b48e1ba35dcf7da0acb0238c431b186dfc3 /examples/Makefile | |
| parent | 01bbd425196631ea16e3c8fd4666f801fe8e4692 (diff) | |
| download | raylib-b40f93b9e35ca8b2aa2e897eadb90187c2f93d4a.tar.gz raylib-b40f93b9e35ca8b2aa2e897eadb90187c2f93d4a.zip | |
Comments tweaks
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/examples/Makefile b/examples/Makefile index fe0ee9fb..e126ab60 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -4,22 +4,22 @@ # # This file supports building raylib examples for the following platforms: # -# - PLATFORM_DESKTOP (GLFW backend): -# > Windows (Win32, Win64) -# > Linux (X11/Wayland desktop mode) -# > macOS/OSX (x64, arm64) -# > FreeBSD, OpenBSD, NetBSD, DragonFly (X11 desktop) -# - PLATFORM_DESKTOP_SDL (SDL backend): -# > Windows (Win32, Win64) -# > Linux (X11/Wayland desktop mode) -# > Others (not tested) -# - PLATFORM_WEB: -# > HTML5 (WebAssembly) -# - PLATFORM_DRM: -# > Raspberry Pi 0-5 (no X11/Wayland) -# > Linux native mode (KMS driver) -# - PLATFORM_ANDROID: -# > Android (ARM, ARM64) +# > PLATFORM_DESKTOP (GLFW backend): +# - Windows (Win32, Win64) +# - Linux (X11/Wayland desktop mode) +# - macOS/OSX (x64, arm64) +# - FreeBSD, OpenBSD, NetBSD, DragonFly (X11 desktop) +# > PLATFORM_DESKTOP_SDL (SDL backend): +# - Windows (Win32, Win64) +# - Linux (X11/Wayland desktop mode) +# - Others (not tested) +# > PLATFORM_WEB: +# - HTML5 (WebAssembly) +# > PLATFORM_DRM: +# - Raspberry Pi 0-5 (DRM/KMS) +# - Linux DRM subsystem (KMS mode) +# > PLATFORM_ANDROID: +# - Android (ARM, ARM64) # # Copyright (c) 2013-2023 Ramon Santamaria (@raysan5) # |
