From c370b4e6f56e52bef91aabfc4bb547a1be5be6f1 Mon Sep 17 00:00:00 2001
From: Christian C <cc@localhost>
Date: Thu, 6 Mar 2025 16:08:27 -0800
Subject: Fix overloaded variable

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'Makefile')

diff --git a/Makefile b/Makefile
index 26be076..2570a08 100644
--- a/Makefile
+++ b/Makefile
@@ -12,8 +12,8 @@ OBJ_DIRS_sub=$(shell find $(SRC_DIR) -type d)
 OBJ_DIRS=$(subst $(SRC_DIR),$(OBJ_DIR),$(OBJ_DIRS_sub))
 
 # Include raylib if we want a visual experience
-VISUAL?=
-ifdef VISUAL
+ifdef RAYLIB
+$(info "Visual Experience Selected")
 PKGS+=raylib
 DEFINES+=-DVISUAL
 endif
-- 
cgit v1.2.1