summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-16 04:15:37 -0500
committerJeff Carr <[email protected]>2025-10-16 04:15:37 -0500
commitc5ba7ffcb12931b0507365142e73dd79cedaf901 (patch)
tree754303589544679d71dfb07341d715c3b814fb19 /Makefile
parent192985619e462e22ef6967557bf1398a9613d0f6 (diff)
make autogenerated config tables. bye old cruft!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6c40268..890ded4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,11 @@
-all: set.pb.go goimports vet
+all: autogenpb goimports vet
@echo This GO code passes the compile checks
+autogenpb:
+ autogenpb --proto set.proto
+ autogenpb --proto patch.proto
+ autogenpb --proto forgeConfig.proto
+
proto-renumber: clean
autogenpb --renumber --proto set.proto
autogenpb --renumber --proto patch.proto