Skip to content

Commit

Permalink
Add install to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Nett committed Aug 23, 2024
1 parent f5e7189 commit 39b21e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ vendor:
$(GO) mod tidy
$(GO) mod vendor
$(GO) mod verify

install:
$(GO) install ./cli/gocomply_xsd2go

0 comments on commit 39b21e2

Please sign in to comment.