diff options
| author | Jeff Carr <[email protected]> | 2025-09-23 07:44:07 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-23 07:44:07 -0500 |
| commit | 81fc15e743f0c2acfbf2520a9ed2bfbcba431b12 (patch) | |
| tree | 931e5a37bd3b5e1868d66b5e492cdd7d83c63c42 /Makefile | |
| parent | 6bfd8c78abf12a6a7a8e7d0932f5160b9abc95e1 (diff) | |
less confusing patch .proto files
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -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 \ |
