6 lines
64 B
Makefile
6 lines
64 B
Makefile
|
all:
|
||
|
@lilypond --silent *.ly
|
||
|
|
||
|
clean:
|
||
|
@rm -f *.pdf 2>/dev/null
|