From 8dde13409ba3329720576c9219d5e70dc0612109 Mon Sep 17 00:00:00 2001 From: Sergio Valor Date: Fri, 20 Mar 2026 16:44:11 +0100 Subject: [PATCH] fix: makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 44ba12d..acbe39b 100644 --- a/Makefile +++ b/Makefile @@ -51,6 +51,7 @@ RASPI_RELEASE := $(DIST_DIR)/$(TARGET_NAME)-$(VERSION)-raspberry.t # Lista completa de archivos fuente (detección automática con wildcards, como CMakeLists.txt) APP_SOURCES := $(wildcard source/*.cpp) \ $(wildcard source/external/*.cpp) \ + $(wildcard source/gpu/*.cpp) \ $(wildcard source/shapes/*.cpp) \ $(wildcard source/themes/*.cpp) \ $(wildcard source/state/*.cpp) \