Enable parallel building
Some checks failed
Build / build (push) Has been cancelled

This commit is contained in:
2025-10-16 20:59:07 +02:00
parent c3267c9de8
commit dbb837cef3
3 changed files with 8 additions and 2 deletions

View File

@@ -26,6 +26,12 @@ Target | Description
`songbook` | Build one complete PDF songbook with all songs
`clean` | Remove all generated files
The makefile is ready for parallel building:
```
make -j$(nproc)
```
You can also build PDF for a specific page with:
```