mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-09 06:46:36 +00:00
6 lines
91 B
Makefile
6 lines
91 B
Makefile
all:
|
|
mkdir -p docs/appendix
|
|
./update_listings.py
|
|
./update_apis.py
|
|
mkdocs build --clean
|