mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-08 12:50:52 +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
|