2 lines
56 B
Makefile
Raw Normal View History

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