summaryrefslogtreecommitdiffhomepage
path: root/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile
index d10a35be..5af5a559 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -52,6 +52,9 @@ PROJECT_NAME ?= raylib_examples
RAYLIB_VERSION ?= 5.0.0
RAYLIB_PATH ?= ..
+# Define raylib source code path
+RAYLIB_SRC_PATH ?= ../src
+
# Locations of raylib.h and libraylib.a/libraylib.so
# NOTE: Those variables are only used for PLATFORM_OS: LINUX, BSD
RAYLIB_INCLUDE_PATH ?= /usr/local/include