@@ -1,5 +1,7 @@
+SOURCE = letter
+
make:
- pdflatex letter.tex -output-format=pdf
+ pdflatex $(SOURCE).tex -output-format=pdf
make clean
clean: