summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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