Files
fasthttp/examples/helloworldserver/Makefile
T
2015-12-08 12:18:54 +02:00

7 lines
105 B
Makefile

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