diff options
| author | Jeff Carr <[email protected]> | 2024-02-13 09:18:04 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-13 09:18:04 -0600 |
| commit | 74ce202f73574c122f893e5cd601a39d31168648 (patch) | |
| tree | 3222f5bd5041c6bd16978dc62ee6b77a597f03d1 /Makefile | |
| parent | f5dc43b75b1f455d4bfa58fa572fc589e2890ffe (diff) | |
general updates
Signed-off-by: Jeff Carr <[email protected]>
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!" |
