Merge branch 'devel'

This commit is contained in:
Jeff Carr 2024-01-29 14:00:31 -06:00
commit 4b05724539
2 changed files with 5 additions and 5 deletions

2
.gitignore vendored
View File

@ -4,4 +4,4 @@ go.sum
/resources/*.so /resources/*.so
myrepos myrepos
autotypist autotypist
guireleases guireleaser

View File

@ -1,10 +1,10 @@
all: build all: build
reset reset
./autotypist ./guireleaser
stderr: build stderr: build
echo "writing to /tmp/autotypist.stderr" echo "writing to /tmp/guireleaser.stderr"
./autotypist >/tmp/autotypist.stderr 2>&1 ./guireleaser >/tmp/guireleaser.stderr 2>&1
goimports: goimports:
goimports -w *.go goimports -w *.go
@ -20,7 +20,7 @@ build:
install: install:
rm -f ~/go/src/go.wit.com/toolkits/*.so rm -f ~/go/src/go.wit.com/toolkits/*.so
go install -v -x go install -v -x
autotypist guireleaser
check-git-clean: check-git-clean:
@git diff-index --quiet HEAD -- || (echo "Git repository is dirty, please commit your changes first"; exit 1) @git diff-index --quiet HEAD -- || (echo "Git repository is dirty, please commit your changes first"; exit 1)