diff options
| author | Jeff Carr <[email protected]> | 2025-01-17 10:59:05 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-17 10:59:05 -0600 |
| commit | 9acbb24284ecda4f5ace1cb3d200e363c47c8725 (patch) | |
| tree | 7af266bff19df14c0961d6f05e1df9e4895c5e77 /Makefile | |
| parent | af84727178d1fbe1df04a5f8ee536798f3761d6d (diff) | |
start an 'examine' argv
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,8 @@ VERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%Y.%m.%d) info: install - forge dirty + # forge dirty + forge examine vet: @GO111MODULE=off go vet |
