From a7e68a70e42b5809d70f1a84052a3845b63a5ec3 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 8 Feb 2025 18:04:02 -0600 Subject: just make gocui the default for now --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index afa1ce3..d8766e2 100644 --- a/Makefile +++ b/Makefile @@ -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 \ -- cgit v1.2.3