github.com/timstclair/heapster@v0.20.0-alpha1/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