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