summaryrefslogtreecommitdiff
path: root/cmds/buttonAsPlugin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cmds/buttonAsPlugin/Makefile')
-rw-r--r--cmds/buttonAsPlugin/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/cmds/buttonAsPlugin/Makefile b/cmds/buttonAsPlugin/Makefile
deleted file mode 100644
index d9a67bf..0000000
--- a/cmds/buttonAsPlugin/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-run: build
- ./buttonAsPlugin >/tmp/buttonAsPlugin.log 2>&1
-
-build-release:
- go get -v -u -x .
- go build
- ./buttonAsPlugin
-
-build:
- GO111MODULE="off" go get -v -x .
- GO111MODULE="off" go build
-
-update:
- GO111MODULE="off" go get -v -u -x .