2 (cd ADK/External/mdnsresponder; \
3 for file in `find . -name \*.\[ch\] -print`; do \
4 if ! cmp -s ../../../../../../$${file} $${file}; then \
5 cp ../../../../../../$${file} $${file}; \
6 echo cp ../../../../../../$${file} $${file}; \
9 (cd ADK; make TARGET=nRF52 PROTOCOLS=THREAD USE_STATIC_COMMISSIONING=1 USE_BLE=0 apps)
12 (cd ADK; make TARGET=nRF52 PROTOCOLS=THREAD USE_STATIC_COMMISSIONING=1 USE_BLE=0 clean)
15 git clone git@github.pie.apple.com:Home-ADK/ADK.git
21 (cd ADK; USE_STATIC_COMMISSIONING=1 ./Tools/install.sh -d nRF52 -a Output/nRF52-arm-none-eabi-gcc/Debug/THREAD/Applications/Lightbulb.Oberon -k -t thread)