From 354a070efff0b5d709c9cc1f46631dbd453f7827 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 6 Dec 2024 01:48:41 -0600 Subject: try all the plugins --- testGui/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'testGui/Makefile') 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) -- cgit v1.2.3