ingress-nginx-helm/vendor/bitbucket.org/ww/goautoneg/Makefile
Manuel de Brito Fontes 28db8fb16d Update ingress godeps
2016-08-25 15:41:02 -03:00

13 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