summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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