summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 559a506..3e3f646 100644
--- a/Makefile
+++ b/Makefile
@@ -33,11 +33,9 @@ clean:
install:
make -C forgeConfig install
-autogenpb:
- autogenpb --proto forgeConfig.proto --sort "ByPath,GoPath" --marshal ForgeConfigs
-
forgeConfig.pb.go: forgeConfig.proto
# I'm using version v1.35.x from google.golang.org/protobuf/cmd/protoc-gen-go
cd ~/go/src && protoc --go_out=. --proto_path=go.wit.com/lib/protobuf/forgepb \
--go_opt=MforgeConfig.proto=go.wit.com/lib/protobuf/forgepb \
forgeConfig.proto
+ autogenpb --proto forgeConfig.proto --sort "ByPath,GoPath" --marshal ForgeConfigs