summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7f9db03..b8ab7b0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
all: goimports proto vet
@echo This GO code passes the compile checks
-proto-renumber:
+proto-renumber: clean
autogenpb --renumber --proto argv.proto
make goimports vet