diff options
author | midipix <writeonce@midipix.org> | 2024-04-28 18:11:28 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-05-07 19:46:58 +0000 |
commit | e536db6d1fffb429033b7f0557bd3f123c2f0e86 (patch) | |
tree | 1d41767284265641cdf22fc43b5a5508c7a438e8 /project/common.mk | |
parent | 1b64c0ca9f6438c5bb35f34a46344030b61b789a (diff) | |
download | treebnf-e536db6d1fffb429033b7f0557bd3f123c2f0e86.tar.bz2 treebnf-e536db6d1fffb429033b7f0557bd3f123c2f0e86.tar.xz |
project: created skeleton.
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) |