Makefile 95 B

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