@@ -0,0 +1,6 @@
.PHONY: build
BIN_NAME := "docker-save"
build:
@go build -v -o $(BIN_NAME) ./cmd/main.go
The note is not visible to the blocked user.