From 9c62a7823b540717a44ed44f7a94d10293059dfe Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 10 Mar 2025 17:04:14 +0100 Subject: [PATCH] Update Makefile --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index c29eedc6b..833f955a9 100644 --- a/src/Makefile +++ b/src/Makefile @@ -638,7 +638,7 @@ OBJS = rcore.o \ rshapes.o \ rtextures.o \ rtext.o \ - utils.o + utils.o ifeq ($(TARGET_PLATFORM),PLATFORM_DESKTOP_GLFW) ifeq ($(USE_EXTERNAL_GLFW),FALSE)