ingress-nginx-helm/vendor/bitbucket.org/ww/goautoneg/Makefile

14 lines
188 B
Makefile
Raw Normal View History

2016-08-10 14:53:55 -04:00
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