4 lines
97 B
Makefile
4 lines
97 B
Makefile
build:
|
|
export GOARCH="amd64"
|
|
export CGO_ENABLED=1
|
|
go build -o armago.dll -buildmode=c-shared .
|