summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-16 09:03:19 -0500
committerJeff Carr <[email protected]>2025-10-16 09:03:19 -0500
commita8930a7f96937124c7ce13e8eac6526153d49275 (patch)
tree1a10a743811ed65613c3558076898fb32936a662
parent180aafc45fb76ba7dd80a52fe7f6f9f1613f7442 (diff)
'make' should just workv0.0.167
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 90c6810..8f98caf 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,6 @@
-all: repo.pb.go goimports vet
+all: proto vet
+
+proto:
autogenpb --proto stat.proto
autogenpb --proto gitTag.proto
autogenpb --proto goDep.proto