diff --git a/FFI/Makefile b/FFI/Makefile index 1917948..328771e 100644 --- a/FFI/Makefile +++ b/FFI/Makefile @@ -1,4 +1,6 @@ all: - latexmk -pdf ForensInf2_Zusammenfassung.tex + pdflatex ForensInf2_Zusammenfassung.tex +gitlab: + pdflatex -jobname=$(NAME).pdf ForensInf2_Zusammenfassung.tex -.PHONY: all +.PHONY: all gitlab