Makefile 188 B

12345678910111213
  1. include $(GOROOT)/src/Make.inc
  2. TARG=bitbucket.org/ww/goautoneg
  3. GOFILES=autoneg.go
  4. include $(GOROOT)/src/Make.pkg
  5. format:
  6. gofmt -w *.go
  7. docs:
  8. gomake clean
  9. godoc ${TARG} > README.txt