13 lines
293 B
Makefile
13 lines
293 B
Makefile
#
|
|
# BLE World Makefile
|
|
#
|
|
|
|
# Common Compiler Flags ########################################################
|
|
|
|
# Include paths.
|
|
COMMON_CFLAGS += -Iapps/ble_world/include
|
|
|
|
# Common Source Files ##########################################################
|
|
|
|
COMMON_SRCS += apps/ble_world/ble_world.cc
|