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