tailscale/Makefile

11 lines
169 B
Makefile
Raw Normal View History

usage:
echo "See Makefile"
vet:
go vet ./...
check: staticcheck vet
staticcheck:
go run honnef.co/go/tools/cmd/staticcheck -- $$(go list ./... | grep -v tempfork)