summaryrefslogtreecommitdiffhomepage
path: root/projects/VSCode/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/VSCode/Makefile')
-rw-r--r--projects/VSCode/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/VSCode/Makefile b/projects/VSCode/Makefile
index 9ab042e8..a2a26f09 100644
--- a/projects/VSCode/Makefile
+++ b/projects/VSCode/Makefile
@@ -32,7 +32,7 @@ RAYLIB_PATH ?= ..\..
COMPILER_PATH ?= C:/raylib/w64devkit/bin
# Define default options
-# One of PLATFORM_DESKTOP, PLATFORM_RPI, PLATFORM_ANDROID, PLATFORM_WEB
+# One of PLATFORM_DESKTOP, PLATFORM_ANDROID, PLATFORM_WEB
PLATFORM ?= PLATFORM_DESKTOP
# Locations of your newly installed library and associated headers. See ../src/Makefile