summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-03 13:52:05 -0600
committerJeff Carr <[email protected]>2024-01-03 13:52:05 -0600
commit0090da64fc2427895232a8998b0fe676f3fd2467 (patch)
tree05e329fbdbfa8112930d6ae0014e4002368f22ae /Makefile
parenta08bbaf04ff536e8fae3ab5396dc54c290945301 (diff)
move the debian packaging to gui/toolkits
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 7c89fb9..59328a0 100644
--- a/Makefile
+++ b/Makefile
@@ -37,11 +37,6 @@ update:
git pull
go get -v -t -u ./...
-deb:
- cd debian && make
- dpkg-deb -c go-wit-gui*.deb
- -wit mirrors
-
examples: \
all \
examples-helloworld \
@@ -87,7 +82,6 @@ goget:
clean:
rm -f toolkit/*.so
- cd debian && make clean
plugins: plugins-gocui plugins-andlabs