diff options
| author | Jeff Carr <[email protected]> | 2024-01-29 12:51:27 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-29 12:51:27 -0600 |
| commit | 857baf354876a0f0c26570fd2b910489858a4672 (patch) | |
| tree | 7b63698bf5e43d4baec0d3457bfaf5d53d50f2d2 | |
| parent | 81928c5d515d773390e9b7fa7e9fa3ec3f6fd754 (diff) | |
rename
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | Makefile | 8 |
2 files changed, 5 insertions, 5 deletions
@@ -4,4 +4,4 @@ go.sum /resources/*.so myrepos autotypist -guireleases +guireleaser @@ -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) |
