Fix makefile text

This commit is contained in:
PabloMK7 2025-03-07 19:04:38 +01:00
parent 89ea8862f1
commit 57c3a6bb72
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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 $@