diff options
| author | Jeff Carr <[email protected]> | 2024-11-13 17:23:33 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-13 17:23:33 -0600 |
| commit | fcd132c109ed4f1ecf4348a6fdc85092973fbb97 (patch) | |
| tree | 72791ca0ff59f39880576cb35c89b13f1b3b7f98 /Makefile | |
| parent | 250a96c49f0d4d56362be4aa02f74b6b63b4495a (diff) | |
code cleanup
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ VERSION = $(shell git describe --tags) all: + @echo to test: 'make test' + @echo @echo run this from the autotypist dir: @echo " GUIRELEASE_REASON=notsure guireleaser" @echo then: |
