Skip to content

Instantly share code, notes, and snippets.

@frasten
Created October 3, 2011 14:24
Show Gist options
  • Save frasten/1259207 to your computer and use it in GitHub Desktop.
Save frasten/1259207 to your computer and use it in GitHub Desktop.
Makefile per LaTeX
all: tesi
tesi:
pdflatex -shell-escape tesi.tex
clean:
rm -f tesi.aux tesi.idx tesi.log tesi.toc tesi.pdf tesi.out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment