mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-18 19:21:54 +00:00
11 lines
196 B
Makefile
11 lines
196 B
Makefile
.phony: examples
|
|
all: examples
|
|
|
|
examples:
|
|
scripts/create_examples.py
|
|
|
|
clean:
|
|
scripts/delete_examples.py
|
|
@echo "Deleting CC2564B Init Script in src folder"
|
|
@rm -rf src/cc256x* bluetooth_init*
|