Removed unnecessary suffice line in makefile
This commit is contained in:
parent
4f3377824a
commit
deb25987ff
1 changed files with 0 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -7,8 +7,6 @@ PDF=cd $(OUTDIR) && pdflatex --enable-pipes --shell-escape $(FILE).tex
|
|||
INDEX=cd $(OUTDIR) && makeindex $(FILE).tex
|
||||
REVISIONINFO = `git log -1 --format="%h"`
|
||||
|
||||
.SUFFIXES: .lytex .tex .ly .pdf
|
||||
|
||||
VPATH = \
|
||||
$(CURDIR)/lyrics \
|
||||
$(CURDIR)/notes \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue