aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 447ec41..9003e87 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,8 @@
-.PHONY: test
test: lint
go test -short -coverprofile=coverage.txt -covermode=atomic ./... \
&& go tool cover -func=coverage.txt
-.PHONY: lint
lint: ; go vet ./...
-.PHONY: clean
clean: ; rm -rf coverage*