hanayo/vendor/github.com/valyala/fasthttp/examples/helloworldserver/Makefile
2019-02-23 13:29:15 +00:00

7 lines
105 B
Makefile

helloworldserver: clean
go get -u github.com/valyala/fasthttp
go build
clean:
rm -f helloworldserver