diff options
| author | Jeff Carr <[email protected]> | 2025-01-10 19:37:32 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-10 19:37:32 -0600 |
| commit | 22651438692cf991be22d8898e5727f586fd2f11 (patch) | |
| tree | b7e4936ca077f315af8d49908d0c14a5a1791411 /Makefile | |
| parent | dc86ae010f688eefc5f4757d1c6eb620effc68f9 (diff) | |
correctly identify the two primary structs
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
