Skip to content

Commit 320a373

Browse files
committed
fix: add makefile
1 parent 2eedd4e commit 320a373

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
build:
2+
go build
3+
4+
publish:
5+
goreleaser release --rm-dist

0 commit comments

Comments
 (0)