diff --git a/Makefile b/Makefile index 01c9e7f..2c58dc8 100644 --- a/Makefile +++ b/Makefile @@ -3,3 +3,5 @@ LDFLAGS = -ldflags "-s -w" .PHONY: build build: env go build ${LDFLAGS} -o autotest ./ +xgo: + xgo -out=./autotest .