summaryrefslogtreecommitdiff
path: root/testGui/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-06 01:48:41 -0600
committerJeff Carr <[email protected]>2024-12-06 01:48:41 -0600
commit354a070efff0b5d709c9cc1f46631dbd453f7827 (patch)
tree1c2399c57aeef2395c2bd842eb5077810e209e53 /testGui/Makefile
parent5c49d0eb3dcf66cff2089d5b3ffde5101ac6cb29 (diff)
try all the pluginsv0.0.10
Diffstat (limited to 'testGui/Makefile')
-rw-r--r--testGui/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/testGui/Makefile b/testGui/Makefile
index fbd43a4..a438924 100644
--- a/testGui/Makefile
+++ b/testGui/Makefile
@@ -24,6 +24,7 @@ gocui: build
install:
go install \
-ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}"
+ testGui
check-git-clean:
@git diff-index --quiet HEAD -- || (echo "Git repository is dirty, please commit your changes first"; exit 1)