summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-08 18:04:02 -0600
committerJeff Carr <[email protected]>2025-02-08 18:04:02 -0600
commita7e68a70e42b5809d70f1a84052a3845b63a5ec3 (patch)
tree42f338a5c97d79248c5c0dd768be067fd95c777f
parent10b80332d69ac88cb3a46071fd97926901aa8a8d (diff)
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
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 \