Makefile 85 B

123456
  1. client: clean
  2. go get -u github.com/valyala/fasthttp
  3. go build
  4. clean:
  5. rm -f client