diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |
