From 11ccc557feda86273dc67779a1a2b45723ada3e4 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 28 Mar 2025 08:19:59 -0500 Subject: closer to back to working again --- example/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example/Makefile') 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 -- cgit v1.2.3