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