Makefile 67 B

1234
  1. all: build
  2. build:
  3. CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build