Every small changes to include into Release 4.0.4

Former-commit-id: b2a48c5b5c471f072785e02d4bb0f149a09cdf6f
This commit is contained in:
2023-08-27 17:22:51 +02:00
parent d437fba535
commit 45ea4dacf7
6 changed files with 82 additions and 23 deletions

View File

@ -45,6 +45,9 @@ obitools: $(patsubst %,$(OBITOOLS_PREFIX)%,$(OBITOOLS))
update-deps:
go get -u ./...
test:
$(GOTEST) ./...
man:
make -C doc man
obibook: