docker-save-cli/Makefile

7 lines
92 B
Makefile

.PHONY: build
BIN_NAME := "docker-save"
build:
@go build -v -o $(BIN_NAME) ./cmd/main.go