Adicionando Makefile

This commit is contained in:
Sergio Durigan Junior 2014-03-23 20:43:07 -03:00
commit dcb36597d8
1 changed files with 9 additions and 0 deletions

9
Makefile Normal file
View File

@ -0,0 +1,9 @@
.PHONY : all
all: quem-tem-medo-hackers.pdf
%.pdf: %.tex
pdflatex $< ; pdflatex $<
clean:
rm -f *.{aux,log,nav,out,pdf,snm,toc}