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