diff options
| author | Jeff Carr <[email protected]> | 2024-11-24 09:46:07 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-24 09:46:07 -0600 |
| commit | 71909226e19e003b64190ac97267a04dfc04185a (patch) | |
| tree | 04b51137a4ed8fa5d45e75abb324a030b369287c /Makefile | |
| parent | cfd6fdadd756edccd0115563d759e37306b57e9c (diff) | |
messing around
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |
