summaryrefslogtreecommitdiff
path: root/cmds/cloudflare/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cmds/cloudflare/Makefile')
-rw-r--r--cmds/cloudflare/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/cmds/cloudflare/Makefile b/cmds/cloudflare/Makefile
deleted file mode 100644
index bcd88c6..0000000
--- a/cmds/cloudflare/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-run: build
- ./cloudflare
-
-build-release:
- go get -v -u -x .
- go build
- ./cloudflare
-
-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