Created
October 31, 2014 07:37
-
-
Save kylemsguy/229074a7073384670577 to your computer and use it in GitHub Desktop.
LaTeX document Makefile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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