13 lines
297 B
Makefile
13 lines
297 B
Makefile
#
|
|
# Wifi World Makefile
|
|
#
|
|
|
|
# Common Compiler Flags ########################################################
|
|
|
|
# Include paths.
|
|
COMMON_CFLAGS += -Iapps/wifi_world/include
|
|
|
|
# Common Source Files ##########################################################
|
|
|
|
COMMON_SRCS += apps/wifi_world/wifi_world.cc
|