add pdflatex command to Makefile

This commit is contained in:
Matthias Ringwald 2015-04-03 22:47:28 +02:00
parent bac1ffdb4f
commit bb648c73fa

View File

@ -1,2 +1,6 @@
pdf: clean
pdflatex btstack_gettingstarted.tex
pdflatex btstack_gettingstarted.tex
clean:
rm -f $ *.pdf *.log *.aux *.gz *.toc *.out