2018-01-22 11:19:33 +02:00

7 lines
105 B
Makefile

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