ajout makefile pour partition concerto_italien.ly

2 targets. all: release, et debug pour le debug
This commit is contained in:
random-toto@localhost 2016-08-10 14:37:47 +02:00
parent 79da869080
commit 0b2e6771bc
1 changed files with 20 additions and 0 deletions

20
lily/Makefile Normal file
View File

@ -0,0 +1,20 @@
LILY=/usr/bin/lilypond
LFLAGS=
# target
help: h
all: LFLAGS+=-dno-point-and-click
all: concerto_italien.pdf
debug: concerto_italien.pdf
# rules
concerto_italien.pdf: concerto_italien.ly
${LILY} ${LFLAGS} concerto_italien.ly
# aide
h:
: "make all pour realease. make debug pour debug"
# clean
clean:
rm -f ./*.pdf ./*.midi