just make gocui the default for now

This commit is contained in:
Jeff Carr 2025-02-08 18:04:02 -06:00
parent 10b80332d6
commit eb322fb4c6
1 changed files with 1 additions and 2 deletions

View File

@ -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 \