4 lines
82 B
Makefile
Raw Normal View History

build:
GOOS=linux GOARCH=amd64 go build -o main main.go
build-ApiFunction: build