mirror of
https://gitlab.cs.fau.de/ik15ydit/latexandmore.git
synced 2024-11-22 11:49:32 +01:00
Makefile angepasst
This commit is contained in:
parent
8bff52d98a
commit
c8b34f72ab
8
Makefile
8
Makefile
@ -13,10 +13,6 @@ $(PDF): $(PDF).pdf
|
|||||||
latexmk -jobname=$(@:%.pdf=%) -pdf $<
|
latexmk -jobname=$(@:%.pdf=%) -pdf $<
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
latexmk -c -f $(PDF).tex
|
latexmk -c -f
|
||||||
|
|
||||||
distclean:
|
.PHONY: all clean $(PDF) continuous
|
||||||
latexmk -C -f $(PDF).tex
|
|
||||||
rm -f $(PDF).pdf
|
|
||||||
|
|
||||||
.PHONY: all clean distclean $(PDF) continuous
|
|
||||||
|
Loading…
Reference in New Issue
Block a user