diff options
| author | Jeff Carr <[email protected]> | 2025-01-11 05:55:42 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-11 05:55:42 -0600 |
| commit | 48b19f1e70331fc6213a2e3a179e8b18a26aaecc (patch) | |
| tree | 1348fc46484db1909b6c079888d61a046fa78b2b /Makefile | |
| parent | 1e38cacfa788fc6c0ed2abcf627f4d6198f0b2ae (diff) | |
new protobuf file
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -5,7 +5,7 @@ # go install -all: forgeConfig.pb.go uuid.pb.go patch.pb.go goimports vet +all: forgeConfig.pb.go patchset.pb.go goimports vet generate: clean go-mod-clean @@ -26,8 +26,5 @@ clean: forgeConfig.pb.go: forgeConfig.proto autogenpb --proto forgeConfig.proto -uuid.pb.go: uuid.proto - autogenpb --proto uuid.proto - patchset.pb.go: patchset.proto autogenpb --proto patchset.proto |
