summaryrefslogtreecommitdiffhomepage
path: root/games/wave_collector
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/wave_collector
parent7bcae5947778cd18981530e28b453dd4d4d61fa2 (diff)
downloadraylib-f2656871e9150abdb589a8908c6947af31f3a393.tar.gz
raylib-f2656871e9150abdb589a8908c6947af31f3a393.zip
Review Makefiles default raylib path
Diffstat (limited to 'games/wave_collector')
-rw-r--r--games/wave_collector/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/wave_collector/Makefile b/games/wave_collector/Makefile
index 3f22dcce..dee622ca 100644
--- a/games/wave_collector/Makefile
+++ b/games/wave_collector/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)