mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-03 23:47:08 +00:00
9 lines
95 B
Makefile
9 lines
95 B
Makefile
.phony: examples
|
|
all: examples
|
|
|
|
examples:
|
|
./create_examples.py
|
|
|
|
clean:
|
|
./delete_examples.py
|