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) \