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