From 0b2e6771bcb6d8f352d4ae477347746afcc6ae55 Mon Sep 17 00:00:00 2001 From: "random-toto@localhost" Date: Wed, 10 Aug 2016 14:37:47 +0200 Subject: [PATCH] ajout makefile pour partition concerto_italien.ly 2 targets. all: release, et debug pour le debug --- lily/Makefile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 lily/Makefile diff --git a/lily/Makefile b/lily/Makefile new file mode 100644 index 0000000..5277370 --- /dev/null +++ b/lily/Makefile @@ -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