Created
November 27, 2014 11:59
-
-
Save tmn/01d4027f071797c51939 to your computer and use it in GitHub Desktop.
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
file = thesis | |
TEX = pdflatex -shell-escape -interaction=nonstopmode -file-line-error | |
.PHONY: thesis.pdf all clean | |
all: thesis.pdf | |
thesis.pdf: thesis.tex | |
latexmk -pdf -pdflatex="pdflatex -shell-escape -interaction=nonstopmode -file-line-error" -use-make thesis.tex | |
clean: | |
latexmk -CA |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment