diff --git a/Makefile b/Makefile index b8f1448..5b79957 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,7 @@ test: go test ./... -cover build: test + rm -rf dist go build -o dist/ghs main.go run: