mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-01 00:28:18 +00:00
11 lines
361 B
Makefile
11 lines
361 B
Makefile
# this uses rpetrich's lipoplastic feature not present in dhowett's repository
|
|
# you need to install Xcode 4.4.1 as /Applications/Xcode-4.4.1.app
|
|
|
|
SUBPROJECTS = src example PatchBlueTool PrefsBundle
|
|
|
|
include $(THEOS)/makefiles/common.mk
|
|
include $(THEOS_MAKE_PATH)/aggregate.mk
|
|
|
|
distclean:
|
|
rm -rf layout btstack_config.h src/Makefile example/Makefile Makefile
|