Skip to content

Commit

Permalink
Merge pull request #32 from skpenpen/feature/windows
Browse files Browse the repository at this point in the history
windows version
  • Loading branch information
ricoberger authored Sep 14, 2021
2 parents 304d8e6 + 6e01607 commit c5b829f
Show file tree
Hide file tree
Showing 11 changed files with 600 additions and 462 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ build-windows-amd64:
-X ${REPO}/pkg/version.Branch=${BRANCH} \
-X ${REPO}/pkg/version.BuildUser=${BUILDUSER} \
-X ${REPO}/pkg/version.BuildDate=${BUILDTIME}" \
-o ./bin/$$target-windows-amd64.exe ./cmd/$$target; \
-o ./bin/$$target-windows-amd64.exe ./cmd/$$target/${WHAT}_windows.go; \
done


Expand Down
Loading

0 comments on commit c5b829f

Please sign in to comment.