Adicionando Makefile
This commit is contained in:
commit
dcb36597d8
1 changed files with 9 additions and 0 deletions
9
Makefile
Normal file
9
Makefile
Normal 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}
|
Loading…
Reference in a new issue