summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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