summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2d7b8dd..6bcf688 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,12 @@
all: goimports proto vet
proto:
- autogenpb # generates the .pb.go files
+ autogenpb # generates the .pb.go files
@echo This GO code passes the compile checks
proto-renumber: clean
- autogenpb --renumber
+ autogenpb --renumber # must exits after renumbering & not generate .pb.go files
+ autogenpb # generate the *.pb.go files
make goimports vet
repo.pb.go: repo.proto