xref: /btstack/port/esp32/Makefile (revision 1701a7440af804b212f4bf9263cfb34a66cb2ffd)
1.phony: examples
2all: examples
3
4examples:
5	./create_examples.py
6
7clean:
8	./delete_examples.py
9