diff --git a/Makefile b/Makefile index 1c2d670..f416e7d 100644 --- a/Makefile +++ b/Makefile @@ -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