summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-03 16:53:18 -0600
committerJeff Carr <[email protected]>2024-01-03 16:53:18 -0600
commitc2ac957162b5f627c721e4419ecd3b54dcb95c0b (patch)
tree45a6d81ca3346f260441ac539e56ad44ea0ecd2c
parent4ca15cc78dbaaf83640d9c54dc1d81560dc06812 (diff)
debian package still didn't work
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index d31ba02..b6f7fe5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-.PHONY: nocui gocui andlabs
+.PHONY: debian nocui gocui andlabs
all:
# reset
@@ -45,7 +45,7 @@ update:
git pull
go get -v -t -u ./...
-deb:
+debian:
cd debian && make
dpkg-deb -c go-wit-gui*.deb
-wit mirrors
@@ -90,7 +90,7 @@ goget:
clean:
rm -f *.so
- # cd debian && make clean
+ cd debian && make clean
plugins: plugins-gocui plugins-andlabs
@@ -110,8 +110,3 @@ log:
submit-to-docs:
GOPROXY=https://proxy.golang.org GO111MODULE=on go get go.wit.com/[email protected]
-
-deb:
- cd debian && make
- dpkg-deb -c go-wit-gui*.deb
- -wit mirrors