@@ -0,0 +1,12 @@
GO?= go
.PHONY: build lint
all: build
build:
$(GO) build -o lash ./cmd/lash/
lint:
$(GO) fmt ./...
$(GO) vet ./...
The note is not visible to the blocked user.