Makefile (180B)
1 .PHONY: all 2 .PHONY: clean 3 4 LY = $(wildcard *.ly) 5 PDF = ${LY:.ly=.pdf} 6 7 etudes.pdf: ${LY} 8 lilypond etudes.ly 9 10 all: ${PDF} 11 12 clean: 13 rm *.pdf *.midi 14 15 %.pdf %.midi: %.ly 16 lilypond $<
![]() | popperPopper études 1-20 |
git clone https://git.jamzattack.xyz/popper | |
Log | Files | Refs |