Makefile 62 B

1234
  1. LDFLAGS = "-s -w"
  2. build:
  3. go build -ldflags $(LDFLAGS) ./cli