From 2228153d59ee53d07e884d74407e32ba231d0f57 Mon Sep 17 00:00:00 2001 From: Sergio Valor Date: Tue, 31 Mar 2026 07:29:29 +0200 Subject: [PATCH] corregit makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cb3a55779..3ccca7e20 100644 --- a/Makefile +++ b/Makefile @@ -134,8 +134,8 @@ APP_SOURCES := \ source/game/scenes/title.cpp \ source/game/ui/console.cpp \ source/game/ui/notifier.cpp \ - source/utils/delta_timer.cpp - source/utils/utils.cpp \ + source/utils/delta_timer.cpp \ + source/utils/utils.cpp # All sources combined ALL_SOURCES := $(APP_SOURCES)