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, 18 insertions, 0 deletions
diff --git a/cmds/cloudflare/Makefile b/cmds/cloudflare/Makefile
new file mode 100644
index 0000000..bcd88c6
--- /dev/null
+++ b/cmds/cloudflare/Makefile
@@ -0,0 +1,18 @@
+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