Makefile 105 B

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