You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
192 B
Makefile

.PHONY: \
all
all: bin/pomo
clean:
rm -v bin/pomo bindata.go
bindata.go:
go-bindata -pkg main -o $@ tomato-icon.png
bin/pomo: bindata.go
mkdir bin 2>/dev/null
go build -o bin/pomo