summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 62059f3..bc6bec7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,9 @@
all: goimports vet
-proto:
+# run this the first time here
+proto:clean autogenpb goimports vet
+
+autogenpb:
autogenpb --renumber --proto filetype.proto
generate: clean