13 lines
309 B
Makefile
13 lines
309 B
Makefile
|
#
|
||
|
# 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
|