summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e6b74bf..edfb08b 100644
--- a/Makefile
+++ b/Makefile
@@ -5,8 +5,8 @@ all: build
./autotypist
stderr: build
- echo "writing to /tmp/autotypist.stderr"
- ./autotypist >/tmp/autotypist.stderr 2>&1
+ echo "writing to /tmp/autotypist.log"
+ ./autotypist >/tmp/autotypist.log 2>&1
goimports:
goimports -w *.go
@@ -15,7 +15,7 @@ goimports:
gocui: build
reset
- ./autotypist --gui gocui --tmp-log
+ ./autotypist --gui gocui >/tmp/autotypist.log 2>&1
build:
echo "build it!"