summaryrefslogtreecommitdiff
path: root/vendor/github.com/munnerz/goautoneg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/munnerz/goautoneg/Makefile')
-rw-r--r--vendor/github.com/munnerz/goautoneg/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/github.com/munnerz/goautoneg/Makefile b/vendor/github.com/munnerz/goautoneg/Makefile
new file mode 100644
index 000000000..e33ee1730
--- /dev/null
+++ b/vendor/github.com/munnerz/goautoneg/Makefile
@@ -0,0 +1,13 @@
+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