mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-03 23:47:08 +00:00
10 lines
133 B
Makefile
10 lines
133 B
Makefile
.phony: examples
|
|
all: examples
|
|
|
|
examples:
|
|
scripts/create_examples.py
|
|
|
|
clean:
|
|
scripts/delete_examples.py
|
|
@rm -rf example/Makefile
|