Add else to Makefile.

This commit is contained in:
2026-03-02 17:41:56 -08:00
parent 3846af4220
commit cb80ef0931

View File

@@ -30,6 +30,10 @@ else ifeq ($(DETECTED_OS),windows)
INCLUDE =
LIBS =
FRAMEWORKS =
else
INCLUDE =
LIBS =
FRAMEWORKS =
endif
EXE=main