mirror of
https://github.com/vbatts/freezing-octo-hipster.git
synced 2024-11-22 15:05:39 +00:00
10 lines
174 B
Makefile
10 lines
174 B
Makefile
|
|
email.xpm.go: email.xpm
|
|
go-bindata -o $@ $<
|
|
|
|
email.xpm: email.png
|
|
convert $< $@
|
|
|
|
email.png:
|
|
curl -o $@ http://icons.iconarchive.com/icons/zerode/plump/256/Mail-icon.png
|
|
|