File: Makefile

package info (click to toggle)
golang-github-valyala-fasthttp 20160617-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 980 kB
  • sloc: makefile: 18
file content (7 lines) | stat: -rw-r--r-- 146 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
fileserver: clean
	go get -u github.com/valyala/fasthttp
	go get -u github.com/valyala/fasthttp/expvarhandler
	go build

clean:
	rm -f fileserver