7 lines
114 B
Makefile
7 lines
114 B
Makefile
|
# Export CGO_ENABLED=1
|
||
|
CGO_ENABLED=1
|
||
|
# Export C compiler
|
||
|
CC=gcc
|
||
|
|
||
|
build:
|
||
|
go build -ldflags "-H windowsgui" -o bin/
|