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