diff --git a/Makefile b/Makefile index 2f9e12a..26696e8 100644 --- a/Makefile +++ b/Makefile @@ -33,3 +33,8 @@ bin: .PHONY: clean clean: @rm -fv bin/{hw,hwl,hwc} + +.PHONY: lint +lint: + @golint $(shell go list mcquay.me/hw/...) + @go vet $(shell go list mcquay.me/hw/...)