aboutsummaryrefslogtreecommitdiff
path: root/win32/amd64
diff options
context:
space:
mode:
Diffstat (limited to 'win32/amd64')
-rw-r--r--win32/amd64/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/amd64/Makefile b/win32/amd64/Makefile
index 805ca8b..c1d7426 100644
--- a/win32/amd64/Makefile
+++ b/win32/amd64/Makefile
@@ -41,7 +41,7 @@ $(TARGET): $(OBJS)
@$(WINDRES) -o $@ -i $<
$(ICON): $(ICONFILES)
- convert $(ICONFILES) -colors 256 $@
+ icotool -o $@ -c $^
clean:
rm -f $(TARGET) $(OBJS)