Skip to content

Commit

Permalink
Typo (#25)
Browse files Browse the repository at this point in the history
Signed-off-by: Eddie Knight <[email protected]>
  • Loading branch information
eddie-knight authored Sep 10, 2024
1 parent d4ba6de commit b60ef69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

BUILD_FLAGS=-X 'main.GitCommitHash=`git rev-parse --short HEAD`' -X 'main.BuiltAt=`date +%FT%T%z`' -X 'main.Version=`git describe --tags`'
BUILD_WIN=@env GOOS=windows GOARCH=amd64 go build -o privateer.exe
BUILD_LINUX=@env GOOS=linux GOARCH=amd64 go build -o
BUILD_LINUX=@env GOOS=linux GOARCH=amd64 go build -o privateer
BUILD_MAC=@env GOOS=darwin GOARCH=amd64 go build -o privateer-darwin

binary: go-tidy go-test go-build
Expand Down

0 comments on commit b60ef69

Please sign in to comment.