diff options
| author | Jeff Carr <[email protected]> | 2025-02-08 18:04:02 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-08 18:04:02 -0600 |
| commit | a7e68a70e42b5809d70f1a84052a3845b63a5ec3 (patch) | |
| tree | 42f338a5c97d79248c5c0dd768be067fd95c777f | |
| parent | 10b80332d69ac88cb3a46071fd97926901aa8a8d (diff) | |
just make gocui the default for nowv0.21.44v0.21.43v0.21.42v0.21.41v0.21.40v0.21.39v0.21.38v0.21.37v0.21.36v0.21.35v0.21.34v0.21.33v0.21.32v0.21.31v0.21.30v0.21.29v0.21.28v0.21.27v0.21.26v0.21.25v0.21.24v0.21.23v0.21.22v0.21.21v0.21.20v0.21.19v0.21.18v0.21.17v0.21.16v0.21.15v0.21.14
| -rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,8 +1,7 @@ VERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%Y.%m.%d) -all: build - ./basicwindow +all: build gocui build: goimports vet GO111MODULE=off go build -v -x \ |
