This commit is contained in:
Alex Sharov 2022-07-20 17:23:12 +07:00 committed by GitHub
parent 1ecacde3a9
commit 2706b01cea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,7 @@ docker-compose: validate_docker_build_args setup_xdg_data_home
dbg:
$(GO_DBG_BUILD) -o $(GOBIN)/ ./cmd/...
%.cmd: git-submodules
%.cmd:
@# Note: $* is replaced by the command name
@echo "Building $*"
@cd ./cmd/$* && $(GOBUILD) -o $(GOBIN)/$*