Skip to content

Instantly share code, notes, and snippets.

@flaviovdf
Created October 26, 2012 19:43
Show Gist options
  • Save flaviovdf/3961006 to your computer and use it in GitHub Desktop.
Save flaviovdf/3961006 to your computer and use it in GitHub Desktop.
Makefile Latex
TARGET=wsdm
all:
pdflatex $(TARGET).tex
pdflatex $(TARGET).tex
bibtex $(TARGET)
pdflatex $(TARGET).tex
pdflatex $(TARGET).tex
clean:
rm -rv *.aux *.log *.bbl *.blg
zip:
rm -rf $(TARGET).zip
zip -r9 $(TARGET).zip *.tex *.cls *.bib Makefile fig/*.pdf fig/*.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment