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