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