Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / github.com / !burnt!sushi / toml@v0.3.1 / Makefile
diff --git a/.config/coc/extensions/coc-go-data/tools/pkg/mod/github.com/!burnt!sushi/toml@v0.3.1/Makefile b/.config/coc/extensions/coc-go-data/tools/pkg/mod/github.com/!burnt!sushi/toml@v0.3.1/Makefile
new file mode 100644 (file)
index 0000000..3600848
--- /dev/null
@@ -0,0 +1,19 @@
+install:
+       go install ./...
+
+test: install
+       go test -v
+       toml-test toml-test-decoder
+       toml-test -encoder toml-test-encoder
+
+fmt:
+       gofmt -w *.go */*.go
+       colcheck *.go */*.go
+
+tags:
+       find ./ -name '*.go' -print0 | xargs -0 gotags > TAGS
+
+push:
+       git push origin master
+       git push github master
+