summaryrefslogtreecommitdiff
path: root/project/common.mk
blob: 0843a4c1563fb62aca933da8ee677320bfb085f1 (plain)
1
2
3
4
5
6
7
8
API_SRCS = \

INTERNAL_SRCS = \

APP_SRCS = \
	src/treebnf.c

COMMON_SRCS = $(API_SRCS) $(INTERNAL_SRCS)