From 6b2523dd2426561f8989b2e425c048b3fb749675 Mon Sep 17 00:00:00 2001 From: Ignacio Sanchez Gines <863613+drhelius@users.noreply.github.com> Date: Sun, 5 Jan 2025 12:43:33 +0100 Subject: [PATCH] Update makefile --- platforms/desktop-shared/Makefile.common | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/platforms/desktop-shared/Makefile.common b/platforms/desktop-shared/Makefile.common index a78ceff8..c9f9e9ab 100644 --- a/platforms/desktop-shared/Makefile.common +++ b/platforms/desktop-shared/Makefile.common @@ -1,13 +1,14 @@ define HEADER - ____ _ - / ___| ___ __ _ _ __ ___ _ _ ___| |_ ___ _ __ ___ - | | _ / _ \/ _` | '__/ __| | | / __| __/ _ \ '_ ` _ \ - | |_| | __/ (_| | | \__ \ |_| \__ \ || __/ | | | | | - \____|\___|\__,_|_| |___/\__, |___/\__\___|_| |_| |_| - |___/ + ____ _ + / ___| ___ __ _ _ __ ___ _ _ ___| |_ ___ _ __ ___ + | | _ / _ \/ _` | '__/ __| | | / __| __/ _ \ '_ ` _ \ + | |_| | __/ (_| | | \__ \ |_| \__ \ || __/ | | | | | + \____|\___|\__,_|_| |___/\__, |___/\__\___|_| |_| |_| + |___/ ** Building for $(PLATFORM) platform ** ** Git version: $(GIT_VERSION) ** + ** Profile: $(BUILD_CONFIG) ** endef export HEADER