summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-24 09:46:07 -0600
committerJeff Carr <[email protected]>2024-11-24 09:46:07 -0600
commit71909226e19e003b64190ac97267a04dfc04185a (patch)
tree04b51137a4ed8fa5d45e75abb324a030b369287c /Makefile
parentcfd6fdadd756edccd0115563d759e37306b57e9c (diff)
messing around
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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 \