k3s/vendor/github.com/munnerz/goautoneg/Makefile
Darren Shepherd 2193fe10cd Update vendor
2019-04-08 22:50:54 -07:00

14 lines
188 B
Makefile

include $(GOROOT)/src/Make.inc
TARG=bitbucket.org/ww/goautoneg
GOFILES=autoneg.go
include $(GOROOT)/src/Make.pkg
format:
gofmt -w *.go
docs:
gomake clean
godoc ${TARG} > README.txt