diff options
| author | Jeff Carr <[email protected]> | 2025-03-29 09:43:24 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-29 09:43:24 -0500 |
| commit | 0a97886cd2e942070ac478b2802f49dca8249f36 (patch) | |
| tree | d76ea1d019b3a57faac3454ba6a7e9e80a3a3526 /example/Makefile | |
| parent | de7d698e194c69df2a884a62fe606d28b1ff7b71 (diff) | |
fix --debug
Diffstat (limited to 'example/Makefile')
| -rw-r--r-- | example/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Makefile b/example/Makefile index 06b3cdb..1ddb086 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 --debug proto-reformat-fruit: ../autogenpb --proto fruit.proto --format |
