diff options
Diffstat (limited to 'project/common.mk')
-rw-r--r-- | project/common.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/project/common.mk b/project/common.mk new file mode 100644 index 0000000..0843a4c --- /dev/null +++ b/project/common.mk @@ -0,0 +1,8 @@ +API_SRCS = \ + +INTERNAL_SRCS = \ + +APP_SRCS = \ + src/treebnf.c + +COMMON_SRCS = $(API_SRCS) $(INTERNAL_SRCS) |