aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/ghostiam/protogetter/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/ghostiam/protogetter/Makefile')
-rw-r--r--vendor/github.com/ghostiam/protogetter/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/github.com/ghostiam/protogetter/Makefile b/vendor/github.com/ghostiam/protogetter/Makefile
new file mode 100644
index 000000000..af4b62bdf
--- /dev/null
+++ b/vendor/github.com/ghostiam/protogetter/Makefile
@@ -0,0 +1,9 @@
+.PHONY: test
+test:
+ cd testdata && make vendor
+ go test -v ./...
+
+.PHONY: install
+install:
+ go install ./cmd/protogetter
+ @echo "Installed in $(shell which protogetter)"