summaryrefslogtreecommitdiffhomepage
path: root/games/just_do
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 /games/just_do
parent7bcae5947778cd18981530e28b453dd4d4d61fa2 (diff)
downloadraylib-f2656871e9150abdb589a8908c6947af31f3a393.tar.gz
raylib-f2656871e9150abdb589a8908c6947af31f3a393.zip
Review Makefiles default raylib path
Diffstat (limited to 'games/just_do')
-rw-r--r--games/just_do/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/just_do/makefile b/games/just_do/makefile
index 54787328..f86ed2c7 100644
--- a/games/just_do/makefile
+++ b/games/just_do/makefile
@@ -36,7 +36,7 @@ ifeq ($(PLATFORM),PLATFORM_WEB)
endif
# define raylib directory for include and library
-RAYLIB_PATH ?= D:\GitHub\raylib
+RAYLIB_PATH ?= C:\raylib\raylib
# determine PLATFORM_OS in case PLATFORM_DESKTOP selected
ifeq ($(PLATFORM),PLATFORM_DESKTOP)