github.com/aclisp/heapster@v0.19.2-0.20160613100040-51756f899a96/Godeps/_workspace/src/bitbucket.org/ww/goautoneg/Makefile (about) 1 include $(GOROOT)/src/Make.inc 2 3 TARG=bitbucket.org/ww/goautoneg 4 GOFILES=autoneg.go 5 6 include $(GOROOT)/src/Make.pkg 7 8 format: 9 gofmt -w *.go 10 11 docs: 12 gomake clean 13 godoc ${TARG} > README.txt