Skip to content

Instantly share code, notes, and snippets.

@rking
Created December 8, 2012 03:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rking/4238508 to your computer and use it in GitHub Desktop.
Save rking/4238508 to your computer and use it in GitHub Desktop.
LaTeX Makefile
default: paper.pdf
evince paper.pdf &
%.pdf: %.tex
pdflatex $<
refs:
latex paper
bibtex paper
latex paper
latex paper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment