spongy/Makefile

16 lines
287 B
Makefile
Raw Normal View History

2014-10-27 11:51:46 -06:00
ICONS += app/icon-16.png
ICONS += app/icon-32.png
ICONS += app/icon-48.png
ICONS += app/icon-128.png
ICONS += app/icon-256.png
all: icons serverside
serverside:
2014-08-12 22:30:47 -06:00
GOPATH=$(CURDIR) go build -v all
2014-10-27 11:51:46 -06:00
icons: $(ICONS)
app/icon-%.png: chat.svg
inkscape --export-png=$@ --export-width=$* $<