btstack/port/esp32/Makefile

9 lines
95 B
Makefile

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