1
0
mirror of https://github.com/bluekitchen/btstack.git synced 2025-03-25 07:43:38 +00:00

9 lines
95 B
Makefile
Raw Normal View History

.phony: examples
all: examples
examples:
./create_examples.py
clean:
./delete_examples.py