summaryrefslogtreecommitdiff
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
parentb3f63523b44eed5c3428827d6cb7f69110bdaa8d (diff)
-rw-r--r--Makefile4
-rwxr-xr-xbuild2
2 files changed, 5 insertions, 1 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
diff --git a/build b/build
index 56576fc..4e31997 100755
--- a/build
+++ b/build
@@ -5,4 +5,4 @@ go-gui-toolkits
ls -lt ~/go/lib/
mkdir -p files/usr/lib/go-gui-toolkits
-cp -a ~/go/lib/go-gui/*.so files/usr/lib/go-gui-toolkits/
+cp -a ~/go/lib/*.so files/usr/lib/go-gui-toolkits/