summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-11 17:42:23 -0500
committerJeff Carr <[email protected]>2025-09-11 17:42:23 -0500
commitb3f63523b44eed5c3428827d6cb7f69110bdaa8d (patch)
treed349433a320a57ea21635e3b6154a23e47582182 /Makefile
parent3b559eff7e1542b18fb0ad02799731e4918fd88f (diff)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 856a52b..2b3f82b 100644
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,10 @@ VERSION = $(shell git describe --tags)
BUILDTIME = $(shell date +%Y.%m.%d)
all: build
- ./go-gui-toolkits
- ls -l ~/go/lib/go-gui/
+ -rm -f go-gui*.deb
+ go-deb --gui andlabs gui
+ #./go-gui-toolkits
+ #ls -l ~/go/lib/go-gui/
build: goimports
GO111MODULE=off go build \