summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 90c6810..8f98caf 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,6 @@
-all: repo.pb.go goimports vet
+all: proto vet
+
+proto:
autogenpb --proto stat.proto
autogenpb --proto gitTag.proto
autogenpb --proto goDep.proto