mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-03 23:47:08 +00:00
12 lines
222 B
Makefile
12 lines
222 B
Makefile
.phony: examples
|
|
all: examples
|
|
|
|
examples:
|
|
scripts/create_examples.py
|
|
|
|
clean:
|
|
scripts/delete_examples.py
|
|
@rm -rf example/Makefile
|
|
@echo "Deleting CC2564B Init Script in src folder"
|
|
@rm -rf src/cc256x* bluetooth_init*
|