summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 4ac9b76..7ca2604 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -23,10 +23,13 @@
.PHONY: all clean
-# Define required raylib variables
+# Define required variables
PROJECT_NAME ?= raylib_game
RAYLIB_VERSION ?= 3.8.0
-RAYLIB_PATH ?= ../..
+RAYLIB_PATH ?= C:/GitHub/raylib
+
+OUTPUT_PATH ?= ../build
+OUTPUT_TEMP_PATH ?= ../temp
# Define default options