From 3b43eea6a39f3b64459ff6f82b28adafbaf26e8d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 29 Mar 2025 13:36:56 -0500 Subject: closer to working on Signal-Desktop proto files --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 67794f9..0a8a695 100644 --- a/Makefile +++ b/Makefile @@ -110,6 +110,11 @@ reformat-signal.proto-full: goimports vet build make -C example proto-reformat-restore make -C example proto-reformat-full +reformat-signal.proto-full-debug: goimports vet build + git checkout example/*.proto + make -C example proto-reformat-restore + make -C example proto-reformat-full-debug + reformat-signal.proto-fruit: goimports vet build git checkout example/*.proto make -C example proto-reformat-fruit -- cgit v1.2.3