update Makefile

This commit is contained in:
Kevin Schoon 2018-07-12 15:04:02 -04:00
parent b17605be73
commit 14734c3ccf
1 changed files with 4 additions and 1 deletions

View File

@ -14,7 +14,10 @@ endif
all: bin/pomo
clean:
bin/pomo: test
go build -o $@
clean:
-rm -rfv bin/* docs/*
bindata.go: tomato-icon.png