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