Skip to content

Commit

Permalink
update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
vearne committed Oct 23, 2024
1 parent beb566c commit 9fadf06
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 @@ -4,4 +4,4 @@ LDFLAGS = -ldflags "-s -w"
build:
env CGO_ENABLED=0 go build ${LDFLAGS} -o autotest ./
xgo:
xgo -out=./autotest .
xgo --targets=linux/amd64,darwin/amd64,darwin/arm64 -out=./autotest .

0 comments on commit 9fadf06

Please sign in to comment.