blob: f5f70f664611bb9d169cef60b59ca7969c0d905c [file] [log] [blame]
#
# Hello World Makefile
#
# Common Compiler Flags ########################################################
# Include paths.
COMMON_CFLAGS += -Iapps/hello_world/include
# Common Source Files ##########################################################
COMMON_SRCS += apps/hello_world/hello_world.cc