Makefile 111 B

123456
  1. readme:
  2. ./bin/markdown-latex --flavor=gfm README.md > README.tex
  3. pdflatex main.tex
  4. mv main.pdf README.pdf