mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-05 00:40:19 +00:00
10 lines
179 B
Bash
Executable File
10 lines
179 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# get version from repository
|
|
tools/get_version.sh
|
|
|
|
# check if $THEOS is set
|
|
|
|
# use theos Makefiles ??
|
|
cp platforms/ios/example/Makefile.iphone example/daemon/Makefile
|