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