]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - icons/Makefile
We may as well update the website icon to match the other new ones.
[PuTTY.git] / icons / Makefile
index 0e16de34ab634a76000052886cb277d5a3d09cfb..373816f3a2e958b964c8322e1a0bc7635a073151 100644 (file)
@@ -72,6 +72,10 @@ installer.ico: installer-16.png installer-32.png installer-48.png \
                   -4 $(filter-out %-true.png, $(filter-out %-mono.png, $^)) \
                   -1 $(filter %-mono.png, $^) > $@
 
+# Icon for the website. (This isn't linked into "make all".)
+website.ico: putty-16.png
+       ./icon.pl -4 $^ >$@
+
 xpmputty.c: putty-16.png putty-32.png putty-48.png
        ./cicon.pl main_icon $^ > $@