aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/unknwon/paginater/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/unknwon/paginater/Makefile')
-rw-r--r--vendor/github.com/unknwon/paginater/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/github.com/unknwon/paginater/Makefile b/vendor/github.com/unknwon/paginater/Makefile
new file mode 100644
index 0000000000..f5f7ee0f65
--- /dev/null
+++ b/vendor/github.com/unknwon/paginater/Makefile
@@ -0,0 +1,9 @@
+.PHONY: build test vet
+
+build: vet
+
+test:
+ go test -v -cover -race
+
+vet:
+ go vet \ No newline at end of file