From ed1f7f74cadc49ab1f9654a8e02968ac0899a702 Mon Sep 17 00:00:00 2001 From: Steven Smith Date: Sat, 6 Feb 2016 09:53:39 -0800 Subject: [PATCH] Add support for supplying custom icon flags. --- make_base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_base b/make_base index e67b280..bbb5f16 100644 --- a/make_base +++ b/make_base @@ -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 $@