summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-16 12:13:45 -0500
committerJeff Carr <[email protected]>2025-10-16 12:13:45 -0500
commit28839452b290b83d409193044c5737a92cc1ec3e (patch)
tree9cc108b3f80463b67209cb12f4e044d6990d70d9 /Makefile
parent58083f07bc5b3dc3c93843110746c32492022a12 (diff)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 2f87593..a91c8be 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-all: auto.pb.go goimports vet
+all: proto vet
@echo This GO code passes the compile checks
-auto.pb.go: auto.proto
- make generate
+proto:
+ autogenpb --proto auto.proto
generate: clean
go mod init