summaryrefslogtreecommitdiff
path: root/cmds/buttonplugin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cmds/buttonplugin/Makefile')
-rw-r--r--cmds/buttonplugin/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/cmds/buttonplugin/Makefile b/cmds/buttonplugin/Makefile
deleted file mode 100644
index 74486e5..0000000
--- a/cmds/buttonplugin/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# with andlabs plugin loaded:
-# PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
-# 180006 jcarr 20 0 1918460 41688 31152 S 0.7 0.3 0:00.27 buttonplugin
-
-# with gocui plugin loaded:
-# 180365 jcarr 20 0 1392668 24364 12596 S 2.0 0.2 0:00.09 buttonplugin
-#
-
-run: build
- ./buttonplugin --gui gocui >/tmp/witgui.log.stderr 2>&1
-
-build-release:
- go get -v -u -x .
- go build
- ./buttonplugin
-
-build:
- GO111MODULE="off" go get -v -x .
- GO111MODULE="off" go build
-
-update:
- GO111MODULE="off" go get -v -u -x .
-
-log:
- reset
- tail -f /tmp/witgui.* /tmp/guilogfile