diff options
| author | Jeff Carr <[email protected]> | 2025-03-28 08:19:59 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-28 08:19:59 -0500 |
| commit | 11ccc557feda86273dc67779a1a2b45723ada3e4 (patch) | |
| tree | 95f2262dc19acace1d0ab7cafa9cc8540ea20978 /example | |
| parent | dfe42d8d2358e1437b1b086bbc420f3ffef9b46e (diff) | |
closer to back to working again
Diffstat (limited to 'example')
| -rw-r--r-- | example/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example/Makefile b/example/Makefile index 2947745..06b3cdb 100644 --- a/example/Makefile +++ b/example/Makefile @@ -110,7 +110,7 @@ proto-reformat-comments: ../autogenpb --proto signal.proto --format-comments proto-reformat-full: - autogenpb --proto signal.proto --format + ../autogenpb --proto signal.proto --format proto-reformat-fruit: - autogenpb --proto fruit.proto --format + ../autogenpb --proto fruit.proto --format |
