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