From 35749f7c1b9edcb7f0a12cf6f1bb32bd0b8dcad9 Mon Sep 17 00:00:00 2001 From: Sergio Date: Wed, 14 Aug 2024 19:12:44 +0200 Subject: [PATCH] actualitzat Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 2581abb..e825083 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,7 @@ ifeq ($(OS),Windows_NT) else FixPath = $1 SOURCES := $(shell find $(DIR_SOURCES) -name '*.cpp') + SOURCES := source/*.cpp source/common/*.cpp CXXFLAGS:= -std=c++11 -Wall -Os -ffunction-sections -fdata-sections CXXFLAGS_DEBUG:= -std=c++11 -Wall LDFLAGS := -lSDL2