summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-18 14:46:20 -0600
committerJeff Carr <[email protected]>2024-01-18 14:46:20 -0600
commitcbafaa3c662203f9e0c42a0dcffc0057a297d1fb (patch)
tree966ff3883ba48647f662af4904b1c8e790312b69 /Makefile
parent209074a2448b17dfbd6d92057e4410bc4309830d (diff)
testing
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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