From 22651438692cf991be22d8898e5727f586fd2f11 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 10 Jan 2025 19:37:32 -0600 Subject: correctly identify the two primary structs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4b825f6..9562c0e 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ VERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%Y.%m.%d_%H%M) simple: build - make -C example clean simpleMutexGlobal goimports vet + # make -C example clean simpleMutexGlobal goimports vet make -C example clean simpleMutexProtoc goimports vet full: install clean auto goimports vet build test install -- cgit v1.2.3