quem-tem-medo-hackers/Makefile

10 lines
133 B
Makefile
Raw Permalink Normal View History

2014-03-23 23:43:07 +00:00
.PHONY : all
all: quem-tem-medo-hackers.pdf
%.pdf: %.tex
pdflatex $< ; pdflatex $<
clean:
rm -f *.{aux,log,nav,out,pdf,snm,toc}