diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
