1
0
mirror of https://github.com/ceph/ceph-csi.git synced 2025-01-29 08:09:29 +00:00
ceph-csi/vendor/github.com/munnerz/goautoneg/Makefile

14 lines
188 B
Makefile
Raw Normal View History

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