diff --git a/Makefile b/Makefile index 399053f..b8de2d2 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ VHDL_DIR = $(YARM_DIRECTORY)/vhdl CODEDIR = code .PHONY: all -all: Diplomschrift.pdf +all: main.pdf $(CODEDIR): mkdir -p $@ @@ -25,9 +25,9 @@ $(eval $(call headers_template,sections/core/entities/,$(wildcard $(VHDL_DIR)/co .PHONY: entity_headers entity_headers: $(HEADER_DIRS) -.PHONY: Diplomschrift.pdf -Diplomschrift.pdf: $(HEADER_DIRS) Diplomschrift.tex - latexmk --pdfxe --pdfxelatex="lualatex -interaction=nonstopmode --shell-escape" --use-make Diplomschrift.tex +.PHONY: main.pdf +main.pdf: $(HEADER_DIRS) main.tex + latexmk --pdflua --pdflualatex="lualatex -interaction=nonstopmode --shell-escape" --use-make main.tex .PHONY: clean clean: