diff options
| author | raysan5 <[email protected]> | 2017-04-23 12:11:27 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2017-04-23 12:11:27 +0200 |
| commit | f2656871e9150abdb589a8908c6947af31f3a393 (patch) | |
| tree | 2f0b3924b073829335a9fec7af790ac8389c1396 /examples | |
| parent | 7bcae5947778cd18981530e28b453dd4d4d61fa2 (diff) | |
| download | raylib-f2656871e9150abdb589a8908c6947af31f3a393.tar.gz raylib-f2656871e9150abdb589a8908c6947af31f3a393.zip | |
Review Makefiles default raylib path
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 7ac395cc..18a5d1f4 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -38,7 +38,7 @@ ifeq ($(PLATFORM),PLATFORM_WEB) endif # define raylib directory for include and library -RAYLIB_PATH ?= C:\GitHub\raylib +RAYLIB_PATH ?= C:\raylib\raylib # determine PLATFORM_OS in case PLATFORM_DESKTOP selected ifeq ($(PLATFORM),PLATFORM_DESKTOP) |
