summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1b32a6b..129adaa 100644
--- a/Makefile
+++ b/Makefile
@@ -64,6 +64,10 @@ checkfmt:
exit 1; \
fi
+.PHONY: lint
+lint:
+ $(GO) vet ./...
+
.PHONY: tests
tests:
$(GO) test $(GOFLAGS) -v ./...