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