Update makefile watch command

This commit is contained in:
2021-03-19 22:56:17 +01:00
parent 6ffb2915bf
commit 7ca6e63680
3 changed files with 68 additions and 7 deletions

View File

@ -16,8 +16,11 @@ vendor:
tidy:
go mod tidy
watch:
modd
deps:
go get github.com/cortesi/modd/cmd/modd
watch: deps
go run github.com/cortesi/modd/cmd/modd
lint:
golangci-lint run --enable-all