Fix Makefile dependencies, extend tests
All checks were successful
Alpine 3.20 Success

This commit is contained in:
2024-12-26 00:40:58 +01:00
parent fb291b6def
commit 2bd231b84f
2 changed files with 30 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ version = dev
outputs = acid acid.1
all: $(outputs)
acid: acid.go
acid: acid.go terminal.go
go build -ldflags "-X 'main.projectVersion=$(version)'" -o $@
acid.1: acid.adoc
asciidoctor -b manpage -a release-version=$(version) -o $@ acid.adoc || \