lamme2024-scientific-project/Makefile

19 lines
321 B
Makefile
Raw Normal View History

2024-03-27 19:51:22 +01:00
OPTIONS=-shell-escape -file-line-error -synctex=1 -interaction=batchmode
SOURCE=report
2024-03-27 19:51:22 +01:00
all: build bib glossaries latexmk
debug:
lualatex -shell-escape -file-line-error $(SOURCE)
build:
lualatex $(OPTIONS) $(SOURCE)
latexmk:
latexmk -gg -pdf $(SOURCE)
bib:
2024-03-27 19:51:22 +01:00
biber $(SOURCE)
glossaries:
makeglossaries $(SOURCE)