summaryrefslogtreecommitdiff
path: root/cmds/buttonplugin/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-12-03 16:08:39 -0600
committerJeff Carr <[email protected]>2023-12-03 16:59:57 -0600
commit9d075afb1df62276dea06be4a188eaee8fc69420 (patch)
tree915472449c509dc7fd77f18fa43edecc46e56f46 /cmds/buttonplugin/Makefile
parent7880d9df6de1040258bea966f040e12be6205af1 (diff)
clean and rename examples
fix syntax try new goreadme remove autogenerated go readme.md Signed-off-by: Jeff Carr <[email protected]>
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