From 9a874fc83b9897fec7d17fa4d4f74eb3d0029355 Mon Sep 17 00:00:00 2001 From: Sergio Date: Tue, 23 Dec 2025 08:52:47 +0100 Subject: [PATCH] corregit makefile de tools/pack_resources --- tools/pack_resources/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pack_resources/Makefile b/tools/pack_resources/Makefile index 5b81c78..273095b 100644 --- a/tools/pack_resources/Makefile +++ b/tools/pack_resources/Makefile @@ -1,7 +1,7 @@ # Makefile per a pack_resources # © 2025 Orni Attack -CXX = /usr/bin/clang++ +CXX ?= c++ CXXFLAGS = -std=c++20 -Wall -Wextra -I../../source TARGET = pack_resources