summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-11-03 18:40:33 -0600
committerJeff Carr <[email protected]>2025-11-03 18:40:33 -0600
commita6400fb71a0474be9291c562d73fcb9746f02add (patch)
treea0ca7bf6bc3866146b81a8b62aa0d5501bd3d1de /Makefile
parentc085c43172656665d0bba9c5bcc1b8d57b50bba8 (diff)
here were are somewhere. notsure where. but somewhere
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