mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
Travis seems to be having issues pulling deps, so we'll have to check in the vendor directory and prevent the makefile from trying to regenerate it normally.
13 lines
188 B
Makefile
13 lines
188 B
Makefile
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
|