From 74ce202f73574c122f893e5cd601a39d31168648 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 13 Feb 2024 09:18:04 -0600 Subject: general updates Signed-off-by: Jeff Carr --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') 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!" -- cgit v1.2.3