Makefile 63 B

12345
  1. build:
  2. go build -trimpath -ldflags "-s -w" .
  3. clean:
  4. go clean