From cb80ef0931ebe0f48a525b163dd0e208169fb3be Mon Sep 17 00:00:00 2001 From: igor Date: Mon, 2 Mar 2026 17:41:56 -0800 Subject: [PATCH] Add else to Makefile. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index cadc212..ad5ae1d 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,10 @@ else ifeq ($(DETECTED_OS),windows) INCLUDE = LIBS = FRAMEWORKS = +else + INCLUDE = + LIBS = + FRAMEWORKS = endif EXE=main