From 57c3a6bb72578371008cdfb4f1cf83c829fa6fed Mon Sep 17 00:00:00 2001 From: PabloMK7 Date: Fri, 7 Mar 2025 19:04:38 +0100 Subject: [PATCH] Fix makefile text --- app/Makefile | 2 +- app/buildtools/make_base | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Makefile b/app/Makefile index 1316898..a9849e7 100644 --- a/app/Makefile +++ b/app/Makefile @@ -42,7 +42,7 @@ RUN_FLAGS := ifeq ($(TARGET),$(filter $(TARGET),3DS WIIU)) TITLE := Azahar Artic Setup Tool - DESCRIPTION := Setup tool for Azahar Emulator + DESCRIPTION := Azahar Artic Setup Tool AUTHOR := PabloMK7 endif diff --git a/app/buildtools/make_base b/app/buildtools/make_base index b16e59c..b3dd1b3 100644 --- a/app/buildtools/make_base +++ b/app/buildtools/make_base @@ -562,7 +562,7 @@ $(TARGET_BUILD_DIR)/%.shbin.c: %.shlist %.icn: $(ICON) @echo $@ - @bannertool makesmdh -s "$(TITLE)" -l "$(TITLE) - $(DESCRIPTION)" -p "$(AUTHOR)" -i $(ICON) $(ICON_FLAGS) -o $@ > /dev/null + @bannertool makesmdh -s "$(TITLE)" -l "$(DESCRIPTION)" -p "$(AUTHOR)" -i $(ICON) $(ICON_FLAGS) -o $@ > /dev/null %.smdh: $(ICON) @echo $@