summaryrefslogtreecommitdiffhomepage
path: root/project/common.mk
blob: 0c110810d1538e98f3a06eb2a86ceb7d8fe7f5ed (plain)
1
2
3
4
5
6
7
8
API_SRCS = \
	src/core/lt_core.c \

INTERNAL_SRCS = \

APP_SRCS = \

COMMON_SRCS = $(API_SRCS) $(INTERNAL_SRCS)