mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-14 15:56:44 +03:00
7 lines
105 B
Makefile
7 lines
105 B
Makefile
helloworldserver: clean
|
|
go get -u github.com/valyala/fasthttp
|
|
go build
|
|
|
|
clean:
|
|
rm -f helloworldserver
|