Skip to content

Commit

Permalink
add makefile-convenience target
Browse files Browse the repository at this point in the history
  • Loading branch information
rusq committed Jan 24, 2023
1 parent 82b9ac9 commit 807e0a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ test:

clean:
-rm $(OUTPUT)

goreleaser:
goreleaser check
goreleaser release --snapshot --rm-dist

0 comments on commit 807e0a8

Please sign in to comment.