2 lines
56 B
Makefile
2 lines
56 B
Makefile
|
|
build:
|
||
|
|
GOOS=linux GOARCH=amd64 go build -o main main.go
|