From 14734c3ccf44eccd9e074727dd04cbcaf5ad317c Mon Sep 17 00:00:00 2001 From: Kevin Schoon Date: Thu, 12 Jul 2018 15:04:02 -0400 Subject: [PATCH] update Makefile --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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