fixed makefile
This commit is contained in:
parent
200080fe9d
commit
6bc743d716
1 changed files with 0 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -1,7 +1,5 @@
|
||||||
pdf: init
|
pdf: init
|
||||||
cd build/lilypond
|
|
||||||
find . -name '*.ly' -exec lilypond '{}' \;
|
find . -name '*.ly' -exec lilypond '{}' \;
|
||||||
cd ../..
|
|
||||||
latexmk
|
latexmk
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
Loading…
Reference in a new issue