mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-03 23:47:08 +00:00
12 lines
323 B
Makefile
12 lines
323 B
Makefile
if USE_SPRINGBOARD
|
|
springboardaccess = SpringBoardAccess
|
|
endif
|
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
SUBDIRS = src example $(springboardaccess)
|
|
|
|
iphone_ip=@IPHONE_IP@
|
|
install-iphone: src/BTdaemon
|
|
scp $< root@$(iphone_ip):/usr/local/bin/BTdaemon
|
|
scp resources/ch.ringwald.BTstack.plist root@$(iphone_ip):/Library/LaunchDaemons/
|