Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ece5fd5

Browse files
author
vega-ci-bot
committedAug 1, 2022
Automated commit from vegaprotocol/terraform/github
1 parent 7a70684 commit ece5fd5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ build: ## install the binary in GOPATH/bin
2828

2929

3030

31+
.PHONY: build-simple
32+
build-simple:
33+
@env go build -v -o bin/${REPO_NAME} ./cmd/${REPO_NAME}
34+
3135
.PHONY: all
3236
default: deps build test lint
3337

0 commit comments

Comments
 (0)
Please sign in to comment.