Skip to content

Commit b80060e

Browse files
committed
Add publisher to makefile
1 parent 05f9479 commit b80060e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ debug.test
1414
# nexus pro license file
1515
scripts/license.lic
1616

17-
dist/
17+
dist/

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ endif
3030

3131
build: fmtcheck
3232
go build -v .
33+
go build -v -o dist/tf-publisher ./publisher/cmd/publisher
3334

3435
test: fmt
3536
go test $(TEST) || exit 1

0 commit comments

Comments
 (0)