# # Message World Makefile # # Common Compiler Flags ######################################################## # Include paths. COMMON_CFLAGS += -Iapps/message_world/include # Common Source Files ########################################################## COMMON_SRCS += apps/message_world/message_world.cc