mirror of
https://github.com/vbatts/utils.git
synced 2024-12-04 22:45:42 +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
|
|
|