@@ -0,0 +1,8 @@
+SOURCE = letter-dsgvo
+
+make:
+ pdflatex $(SOURCE).tex -output-format=pdf
+ make clean
+clean:
+ rm -rf *.aux *.log