summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-18 05:09:39 -0500
committerJeff Carr <[email protected]>2025-10-18 05:09:39 -0500
commit2ea632eac5a877567fc44cb2af9aef414de3e7dd (patch)
tree946f513adb4d8b4a86a82d0d2a12430e0914f0a4 /Makefile
parentd68c81c1add8b09aed8b8a19c6b61610a9ff8605 (diff)
breakup argv files for sanity
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d8766e2..e45722a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,9 @@
VERSION = $(shell git describe --tags)
BUILDTIME = $(shell date +%Y.%m.%d)
-all: build gocui
+all: install
+ basicwindow --help
+
build: goimports vet
GO111MODULE=off go build -v -x \