summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-11 18:50:36 -0600
committerJeff Carr <[email protected]>2024-12-11 18:50:36 -0600
commit0235d4d0961d71acd3b678dad009d68713bb6621 (patch)
tree990ddd2acf7e4c3ffb36fd25882beacd35d95961 /Makefile
parent10e1f545bbb9df6590624252e0a1aabaeaa00f6c (diff)
add patch.proto
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 42d1a03..d65515c 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
# go install
-all: goimports forgeConfig.pb.go uuid.pb.go vet
+all: goimports forgeConfig.pb.go uuid.pb.go patch.pb.go vet
vet:
@GO111MODULE=off go vet
@@ -30,3 +30,6 @@ forgeConfig.pb.go: forgeConfig.proto
uuid.pb.go: uuid.proto
autogenpb --proto uuid.proto
+
+patch.pb.go: patch.proto
+ autogenpb --proto patch.proto