summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-21 23:22:47 -0500
committerJeff Carr <[email protected]>2025-09-21 23:22:47 -0500
commit97a0f679f62ba0c6050b52cf667a47bff680b760 (patch)
tree3455e103a1666920c66c705f4c037737b53e1af9 /Makefile
parentb3f63523b44eed5c3428827d6cb7f69110bdaa8d (diff)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2b3f82b..466b07b 100644
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,10 @@ install:
GO111MODULE=off go install \
-ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}"
+debian:
+ rm -f go-gui-tool*
+ go-deb --dir ~/incoming/
+
goimports:
reset
goimports -w *.go