diff options
| author | Jeff Carr <[email protected]> | 2025-08-19 21:04:57 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-19 21:04:57 -0500 |
| commit | d1c9436e45b5c440875a6d32b8b72f1d16c0af4c (patch) | |
| tree | ee50f3679e5097c955035bd4457415e63b546258 /Makefile | |
| parent | 631544356a3946933711e47b96a48f883b2c70a8 (diff) | |
cleaning up default behavior
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -6,14 +6,15 @@ 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: gocui +default: verbose install + forge clean #forge vet: @GO111MODULE=off go vet @echo this go binary package builds okay -verbose: +verbose: goimports vet plugin GO111MODULE=off go build -v -x \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" |
