ajout makefile pour partition concerto_italien.ly
2 targets. all: release, et debug pour le debug
This commit is contained in:
20
lily/Makefile
Normal file
20
lily/Makefile
Normal 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
|
||||||
Reference in New Issue
Block a user