Add support for supplying custom icon flags.
This commit is contained in:
parent
944163d636
commit
ed1f7f74ca
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ $(BUILD_DIR)/%.shbin.o: %.shlist
|
|||
|
||||
%.icn: $(ICON)
|
||||
@echo $@
|
||||
@$(BANNERTOOL) makesmdh -s "$(TITLE)" -l "$(DESCRIPTION)" -p "$(AUTHOR)" -i $(ICON) -o $@ > /dev/null
|
||||
@$(BANNERTOOL) makesmdh -s "$(TITLE)" -l "$(DESCRIPTION)" -p "$(AUTHOR)" -i $(ICON) $(ICON_FLAGS) -o $@ > /dev/null
|
||||
|
||||
%.smdh: $(ICON)
|
||||
@echo $@
|
||||
|
|
Loading…
Reference in a new issue