1
0
mirror of https://github.com/Luzifer/elb-instance-status.git synced 2024-09-19 23:23:02 +00:00
elb-instance-status/vendor/bitbucket.org/ww/goautoneg/Makefile

14 lines
188 B
Makefile
Raw Normal View History

2016-06-06 16:06:39 +00: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