diff options
| author | Jeff Carr <[email protected]> | 2025-01-12 06:13:42 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-12 06:13:42 -0600 |
| commit | 08cd2afd86557f06d6b3f6e006d686fef4c7b2ee (patch) | |
| tree | 5bff830418741290f2e13502e8137fb877a01999 /Makefile | |
| parent | 5b4491f17ba4325ab9783374d4efa7e4aa652a9f (diff) | |
adding help
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,9 @@ simple: test full: install clean auto goimports vet build test install @echo everything worked and the example ran +# does a help example to debug the help logic +help: build + make -C example help # if this passes, it should be OK to 'go install' test: |
