mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-06 07:00:59 +00:00
15 lines
302 B
Makefile
15 lines
302 B
Makefile
pdf: clean
|
|
python update_listings.py
|
|
pdflatex btstack_gettingstarted.tex
|
|
pdflatex btstack_gettingstarted.tex
|
|
open btstack_gettingstarted.pdf
|
|
|
|
example:
|
|
python update_listings.py
|
|
subl examples.tex
|
|
pdflatex examples.tex
|
|
open examples.pdf
|
|
|
|
clean:
|
|
rm -f $ *.pdf *.log *.aux *.gz *.toc *.out
|