diff options
| author | Jeff Carr <[email protected]> | 2024-11-28 21:03:23 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-28 21:03:23 -0600 |
| commit | 8893af7740e7fa27fc5040242a4f805ea6aa163d (patch) | |
| tree | a3526dda78b87374441984618da1261e717ba209 /testGui/Makefile | |
| parent | 931e345895e99e9cb058029763e12562cc6d5fba (diff) | |
testGui example seems to work
Diffstat (limited to 'testGui/Makefile')
| -rw-r--r-- | testGui/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testGui/Makefile b/testGui/Makefile index 24fc00d..74e3039 100644 --- a/testGui/Makefile +++ b/testGui/Makefile @@ -8,7 +8,6 @@ build: reset GO111MODULE=off go build \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" - ./testGui --no-gui --list vet: GO111MODULE=off go vet @@ -34,7 +33,7 @@ redomod: GO111MODULE= go mod init GO111MODULE= go mod tidy -list-packages: +list: ./testGui --no-gui --list pull: build |
