Enable parallel building
All checks were successful
Build / build (push) Successful in 1m57s

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