From 5a4c961eb35ebe798ea6370e8e9403bcdc307e3f Mon Sep 17 00:00:00 2001 From: raysan5 Date: Wed, 30 Jun 2021 20:55:07 +0200 Subject: [PATCH] Update Makefile --- src/Makefile | 7 +++++-- 1 file 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