diff options
| author | Jeff Carr <[email protected]> | 2025-10-18 05:09:39 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-18 05:09:39 -0500 |
| commit | 2ea632eac5a877567fc44cb2af9aef414de3e7dd (patch) | |
| tree | 946f513adb4d8b4a86a82d0d2a12430e0914f0a4 /Makefile | |
| parent | d68c81c1add8b09aed8b8a19c6b61610a9ff8605 (diff) | |
breakup argv files for sanity
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 \ |
