From 20ce919cff658d6e2e12cb092dcaaf2a8d40fb8d Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Tue, 15 Sep 2015 18:56:55 -0400 Subject: Add BWV1056 largo --- bwv1056/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 bwv1056/Makefile (limited to 'bwv1056/Makefile') diff --git a/bwv1056/Makefile b/bwv1056/Makefile new file mode 100644 index 0000000..fb57b81 --- /dev/null +++ b/bwv1056/Makefile @@ -0,0 +1,12 @@ +SOURCES = $(wildcard *.ly) +OUTPUTS = $(SOURCES:.ly=.pdf) + +.PHONY: clean all + +all: $(OUTPUTS) + +%.pdf: %.ly + lilypond $(OPTIONS) $< + +clean: + rm -f *.pdf *.midi -- cgit v1.2.3-70-g09d2