mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-05 21:59:45 +00:00
9 lines
95 B
Makefile
9 lines
95 B
Makefile
|
.phony: examples
|
||
|
all: examples
|
||
|
|
||
|
examples:
|
||
|
./create_examples.py
|
||
|
|
||
|
clean:
|
||
|
./delete_examples.py
|