Update Makefile

This commit is contained in:
Xiretza 2020-03-31 00:48:24 +02:00
parent 6d09e50327
commit 15858dbd63
Signed by: xiretza
GPG key ID: E51A6C6A1EB378ED

View file

@ -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: