diff options
| author | Ray <[email protected]> | 2020-02-02 14:15:04 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2020-02-02 14:15:04 +0100 |
| commit | 0ca448b25cbe1325f86e4918fa9bea18702f97f6 (patch) | |
| tree | 8e59e069710b2bd42b682906c3b0f9b74bec96ba /examples | |
| parent | 716d52ebfd161ead5016387b75172afa8c401a15 (diff) | |
| download | raylib.com-0ca448b25cbe1325f86e4918fa9bea18702f97f6.tar.gz raylib.com-0ca448b25cbe1325f86e4918fa9bea18702f97f6.zip | |
Update Makefile
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/web/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/web/Makefile b/examples/web/Makefile index f5a08a9..bf5a6be 100644 --- a/examples/web/Makefile +++ b/examples/web/Makefile @@ -25,8 +25,8 @@ # Define required raylib variables PROJECT_NAME ?= raylib_examples -RAYLIB_VERSION ?= 2.5.0 -RAYLIB_API_VERSION ?= 2 +RAYLIB_VERSION ?= 3.0.0 +RAYLIB_API_VERSION ?= 3 RAYLIB_PATH ?= C:\GitHub\raylib # Define default options |
