diff options
| author | Jeff Carr <[email protected]> | 2024-01-18 14:46:20 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-18 14:46:20 -0600 |
| commit | cbafaa3c662203f9e0c42a0dcffc0057a297d1fb (patch) | |
| tree | 966ff3883ba48647f662af4904b1c8e790312b69 /Makefile | |
| parent | 209074a2448b17dfbd6d92057e4410bc4309830d (diff) | |
testing
Signed-off-by: Jeff Carr <[email protected]>
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 |
