diff options
| author | Jeff Carr <[email protected]> | 2025-01-11 03:27:53 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-11 03:27:53 -0600 |
| commit | 74641713f87bc2a8981ae4d6c53fe17ce0febc06 (patch) | |
| tree | 922c3af447c615801a1e4f2149a884ec88294d00 /Makefile | |
| parent | 76968c90e8b0320cdf0c6772e18612551154a40e (diff) | |
start dumping the old code
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ BUILDTIME = $(shell date +%Y.%m.%d_%H%M) simple: build make -C example clean simpleMutexGlobal goimports vet - # make -C example clean simpleMutexProtoc goimports vet + make -C example clean simpleMutexProtoc goimports vet full: install clean auto goimports vet build test install @echo everything worked and the example ran |
