summaryrefslogtreecommitdiffhomepage
path: root/examples/Makefile
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2017-04-23 12:11:27 +0200
committerraysan5 <[email protected]>2017-04-23 12:11:27 +0200
commitf2656871e9150abdb589a8908c6947af31f3a393 (patch)
tree2f0b3924b073829335a9fec7af790ac8389c1396 /examples/Makefile
parent7bcae5947778cd18981530e28b453dd4d4d61fa2 (diff)
downloadraylib-f2656871e9150abdb589a8908c6947af31f3a393.tar.gz
raylib-f2656871e9150abdb589a8908c6947af31f3a393.zip
Review Makefiles default raylib path
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile2
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)