From 7cf45950534db7f6bd6bc18723414b57ab532d13 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 13 Feb 2025 14:14:03 -0600 Subject: default to 'gocui' --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7ed5ff1..7d8c603 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ VERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%Y.%m.%d) all: build - ./helloworld + ./helloworld --gui gocui build: GO111MODULE=off go build \ -- cgit v1.2.3