summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-13 14:14:03 -0600
committerJeff Carr <[email protected]>2025-02-13 14:14:03 -0600
commit7cf45950534db7f6bd6bc18723414b57ab532d13 (patch)
tree25e3171f2781f6f6ab66edbcab4f24ff93c36222 /Makefile
parent187167f1498c9cc10cfbcbf510ad0a1718d015d3 (diff)
default to 'gocui'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 \