Skip to content

Commit

Permalink
update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
vearne committed May 5, 2024
1 parent e4710b2 commit f9b73f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ LDFLAGS = -ldflags "-s -w"
.PHONY: build
build:
env go build ${LDFLAGS} -o autotest ./
xgo:
xgo -out=./autotest .

0 comments on commit f9b73f4

Please sign in to comment.