Update Makefile
This commit is contained in:
parent
6d09e50327
commit
15858dbd63
1 changed files with 4 additions and 4 deletions
8
Makefile
8
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:
|
||||
|
|
Loading…
Reference in a new issue