From 8471b3e683a46acdd038a529656d71093963b315 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 2 Apr 2025 23:26:49 -0500 Subject: more complete format() functions --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0a8a695..d7b93d1 100644 --- a/Makefile +++ b/Makefile @@ -118,3 +118,7 @@ reformat-signal.proto-full-debug: goimports vet build reformat-signal.proto-fruit: goimports vet build git checkout example/*.proto make -C example proto-reformat-fruit + +reformat-signal.proto-fruit-debug: goimports vet build + git checkout example/*.proto + make -C example proto-reformat-fruit-debug -- cgit v1.2.3