summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 0479cf4..c9403cc 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
# go install
-all: forgeConfig.pb.go patchset.pb.go goimports vet
+all: forgeConfig.pb.go patch.pb.go set.pb.go goimports vet
generate: clean
autogenpb --proto patchset.proto
@@ -27,8 +27,14 @@ clean:
forgeConfig.pb.go: forgeConfig.proto
autogenpb --proto forgeConfig.proto
-patchset.pb.go: patchset.proto
- autogenpb --proto patchset.proto
+# patchset.pb.go: patchset.proto
+# autogenpb --proto patchset.proto
+
+patch.pb.go: patch.proto
+ autogenpb --proto patch.proto
+
+set.pb.go: set.proto
+ autogenpb --proto set.proto
protoc-test:
cd ~/go/src && protoc \