diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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!" |
