diff --git a/Makefile b/Makefile index b9812e2..3016449 100644 --- a/Makefile +++ b/Makefile @@ -15,8 +15,8 @@ all: bin/pomo clean: -rm -fv bin/* docs/* -bindata.go: - go-bindata -pkg main -o $@ tomato-icon.png +bindata.go: tomato-icon.png + go-bindata -pkg main -o $@ $^ test: go test ./...