Add Makefile
This commit is contained in:
parent
e91952e441
commit
c917d528df
1 changed files with 5 additions and 0 deletions
5
Makefile
Normal file
5
Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
all:
|
||||
@lilypond --silent *.ly
|
||||
|
||||
clean:
|
||||
@rm -f *.pdf 2>/dev/null
|
Loading…
Reference in a new issue