4 lines
82 B
Makefile
4 lines
82 B
Makefile
build:
|
|
GOOS=linux GOARCH=amd64 go build -o main main.go
|
|
|
|
build-ApiFunction: build |