mirror of
https://gitlab.cs.fau.de/ik15ydit/latexandmore.git
synced 2024-11-21 11:41:11 +01:00
7 lines
138 B
Makefile
7 lines
138 B
Makefile
all:
|
|
pdflatex ForensInf2_Zusammenfassung.tex
|
|
gitlab:
|
|
pdflatex -jobname=$(NAME)-build ForensInf2_Zusammenfassung.tex
|
|
|
|
.PHONY: all gitlab
|