From 71909226e19e003b64190ac97267a04dfc04185a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 24 Nov 2024 09:46:07 -0600 Subject: messing around Signed-off-by: Jeff Carr --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 059bc3e..3a70645 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ BUILDTIME = $(shell date +%Y.%m.%d) build: GO111MODULE=off go build \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" + ./xstartplacement verbose: GO111MODULE=off go build -v -x \ -- cgit v1.2.3