summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-26 20:02:33 -0500
committerJeff Carr <[email protected]>2025-09-26 20:02:33 -0500
commitf9cb700a6045d8f2c5d3adb87fb6256125576e36 (patch)
treeadcf79ab4e9e2f5596b260bd619a6ad7eca309ba /Makefile
parent0951f0c92e0fe32c8e12dc0eec68049d81859076 (diff)
add a simple config proto filev0.0.6
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 72f0e65..bdcc4b0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-all: goimports vet
+all: config.pb.go goimports vet
vet:
@GO111MODULE=off go vet
@@ -12,3 +12,6 @@ clean:
rm -f *.pb.go *.patch
-rm -f go.*
-go-mod-clean purge
+
+config.pb.go: config.proto
+ autogenpb --proto config.proto