diff options
| author | Jeff Carr <[email protected]> | 2025-09-16 09:32:17 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-16 09:32:17 -0500 |
| commit | 02d34d3e556eab7b4cc3ae477d8ba2b8882f513e (patch) | |
| tree | e52920691a4daeccca3066087b739356a9b7d998 | |
| parent | e14f7b93d1829fd2d6e883005a092caab39b2c8d (diff) | |
misc
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6,7 +6,9 @@ BUILDTIME = $(shell date +%Y.%m.%d_%H%M) # make gocui # try the ncurses gui plugin # make andlabs # try the andlabs gui plugin (uses GTK) -default: install-verbose +default: install-verbose tag + +tag: forge tag list vet: |
