decentral1se
2 months ago
No known key found for this signature in database
GPG Key ID: 3789458B3D0C410
1 changed files with
8 additions and
0 deletions
-
makefile
|
|
@ -14,3 +14,11 @@ bin: generate |
|
|
|
|
|
|
|
release: |
|
|
|
@goreleaser release --snapshot --rm-dist |
|
|
|
|
|
|
|
install: |
|
|
|
@go install . |
|
|
|
|
|
|
|
build: |
|
|
|
@go build . |
|
|
|
|
|
|
|
.PHONY: generate run bin release install build |
|
|
|