summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 54f5b85..1013fb0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-all: config.pb.go goimports vet
+all: autogenpb goimports vet
@echo This GO code passes the compile checks
# fixes your numbers if you move things around
@@ -9,8 +9,8 @@ proto-renumber: clean
autogenpb --renumber --proto config.proto
make goimports vet
-config.pb.go: config.proto
- make generate
+autogenpb:
+ autogenpb --proto config.proto
generate: clean
go mod init