1
0
Fork 0
mirror of https://github.com/vbatts/freezing-octo-hipster.git synced 2024-11-22 15:05:39 +00:00
random-utils/cmd/mailnotify/Makefile

11 lines
174 B
Makefile
Raw Normal View History

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