Enable parallel building
All checks were successful
Build / build (push) Successful in 2m17s

This commit is contained in:
2025-10-16 20:59:07 +02:00
parent 6135d1808c
commit e4981678fc
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:
```