summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-20 05:50:38 -0500
committerJeff Carr <[email protected]>2025-10-20 05:50:38 -0500
commit8a24584262a90956e012cee7b03c8c2b9f4b794c (patch)
tree8b7d0afd04e717d7c07da5eb2894debd74ec2307 /Makefile
parentb6e93c08d601a7a6c27a0fdcdf98f6cb7dc9ccd8 (diff)
reworking this to make it more sane. hopefully.
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