Improve shell quoting

This commit is contained in:
2024-04-16 07:38:23 +02:00
parent fe81d713e1
commit b594ff78b2
5 changed files with 64 additions and 6 deletions

View File

@@ -9,5 +9,7 @@ acid: acid.go
go build -ldflags "-X 'main.projectVersion=$(version)'" -o $@
acid.1: acid.adoc
asciidoctor -b manpage -a release-version=$(version) -o $@ acid.adoc
test: all
go test
clean:
rm -f $(outputs)