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
|
CODEDIR = code
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
all: Diplomschrift.pdf
|
all: main.pdf
|
||||||
|
|
||||||
$(CODEDIR):
|
$(CODEDIR):
|
||||||
mkdir -p $@
|
mkdir -p $@
|
||||||
|
@ -25,9 +25,9 @@ $(eval $(call headers_template,sections/core/entities/,$(wildcard $(VHDL_DIR)/co
|
||||||
.PHONY: entity_headers
|
.PHONY: entity_headers
|
||||||
entity_headers: $(HEADER_DIRS)
|
entity_headers: $(HEADER_DIRS)
|
||||||
|
|
||||||
.PHONY: Diplomschrift.pdf
|
.PHONY: main.pdf
|
||||||
Diplomschrift.pdf: $(HEADER_DIRS) Diplomschrift.tex
|
main.pdf: $(HEADER_DIRS) main.tex
|
||||||
latexmk --pdfxe --pdfxelatex="lualatex -interaction=nonstopmode --shell-escape" --use-make Diplomschrift.tex
|
latexmk --pdflua --pdflualatex="lualatex -interaction=nonstopmode --shell-escape" --use-make main.tex
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
|
|
Loading…
Reference in a new issue