Browse Source

Minor tweak to Makefile

Ray 4 years ago
parent
commit
b845f3886a
1 changed files with 1 additions and 2 deletions
  1. 1 2
      projects/VSCode/Makefile

+ 1 - 2
projects/VSCode/Makefile

@@ -25,8 +25,7 @@
 
 # Define required raylib variables
 PROJECT_NAME       ?= game
-RAYLIB_VERSION     ?= 3.0.0
-RAYLIB_API_VERSION ?= 300
+RAYLIB_VERSION     ?= 3.5.0
 RAYLIB_PATH        ?= ..\..
 
 # Define compiler path on Windows