1
2
3
4
5
6
7
8
9
10
11
12
| #
| # Timer World Makefile
| #
|
| # Common Compiler Flags ########################################################
|
| # Include paths.
| COMMON_CFLAGS += -Iapps/timer_world/include
|
| # Common Source Files ##########################################################
|
| COMMON_SRCS += apps/timer_world/timer_world.cc
|
|