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

9 lines
95 B
Makefile

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