Skip to content

Instantly share code, notes, and snippets.

@kylemsguy
Created October 31, 2014 07:37
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 kylemsguy/229074a7073384670577 to your computer and use it in GitHub Desktop.
Save kylemsguy/229074a7073384670577 to your computer and use it in GitHub Desktop.
LaTeX document Makefile
all: a2.pdf a2.log a2.aux a2.synctex.gz
a2.pdf: a2.tex
pdflatex -synctex=1 -interaction=nonstopmode "a2".tex
clean:
rm a2.log a2.aux a2.synctex.gz a2.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment