summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index b621b93..adba421 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
all: build
reset
- ./autotypist
+ ./guireleaser
stderr: build
- echo "writing to /tmp/autotypist.stderr"
- ./autotypist >/tmp/autotypist.stderr 2>&1
+ echo "writing to /tmp/guireleaser.stderr"
+ ./guireleaser >/tmp/guireleaser.stderr 2>&1
goimports:
goimports -w *.go
@@ -20,7 +20,7 @@ build:
install:
rm -f ~/go/src/go.wit.com/toolkits/*.so
go install -v -x
- autotypist
+ guireleaser
check-git-clean:
@git diff-index --quiet HEAD -- || (echo "Git repository is dirty, please commit your changes first"; exit 1)