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