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:
parent
efbfa5ab00
commit
321a31e879
2 changed files with 51 additions and 18 deletions
3
build
3
build
|
@ -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 "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue