From cbafaa3c662203f9e0c42a0dcffc0057a297d1fb Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 18 Jan 2024 14:46:20 -0600 Subject: testing Signed-off-by: Jeff Carr --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7b6b4ce..d45d1f4 100644 --- a/Makefile +++ b/Makefile @@ -3,10 +3,11 @@ all: build stderr: build echo "writing to /tmp/autotypist.stderr" - autotypist >/tmp/autotypist.stderr 2>&1 + ./autotypist >/tmp/autotypist.stderr 2>&1 build: echo "build it!" + goimports -w *.go -rm resources/*.so go build -v -x -- cgit v1.2.3