blob: e33ee17303671cec7644a623648642b4f08dc6bd [file] [log] [blame]
Matthias Andreas Benkard832a54e2019-01-29 09:27:38 +01001include $(GOROOT)/src/Make.inc
2
3TARG=bitbucket.org/ww/goautoneg
4GOFILES=autoneg.go
5
6include $(GOROOT)/src/Make.pkg
7
8format:
9 gofmt -w *.go
10
11docs:
12 gomake clean
13 godoc ${TARG} > README.txt