1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-05-16 04:49:22 +02:00

Rewrite Makefile with directories as extra targets

This commit is contained in:
Eric-Teunis de Boone 2025-03-13 22:49:09 +01:00
parent efbfa5ab00
commit 321a31e879
2 changed files with 51 additions and 18 deletions

3
build
View file

@ -23,4 +23,5 @@ BAGPIPELY="$LIB/bagpipe.ly/"
OPTIONS="-dno-strip-output-dir -dno-point-and-click -dpaper-size=\"a4landscape\""
# Execute
lilypond -dinclude-settings=$STYLESHEET -I $LILYDRUM -I $BAGPIPELY $OPTIONS -dpreview "$@"
LYFLAGS="-dpreview${LYFLAGS+ }${LYFLAGS}"
lilypond -dinclude-settings=$STYLESHEET -I $LILYDRUM -I $BAGPIPELY $OPTIONS $LYFLAGS "$@"