Skip to content

Instantly share code, notes, and snippets.

@wawando
Created March 8, 2019 13:42
Show Gist options
  • Save wawando/d853910b860e0bd000411c0fbfe77828 to your computer and use it in GitHub Desktop.
Save wawando/d853910b860e0bd000411c0fbfe77828 to your computer and use it in GitHub Desktop.
FILE = report
default: mac
mac: $(FILE).tex
pdflatex $(FILE)
bibtex $(FILE)
pdflatex $(FILE)
pdflatex $(FILE)
clean:
rm -rf *~ *.aux *.log *.bbl *.blg *.out *.dvi *.dvi *.lof *.lot *.toc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment