summaryrefslogtreecommitdiff
path: root/project/common.mk
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-04-24 22:06:53 +0000
committermidipix <writeonce@midipix.org>2021-04-25 12:14:41 +0000
commit087c88548c57a5b245f23ed796a7982e8db9f1fe (patch)
tree76e366b07dd2b7e9d1b4948b3bdc7f04f978b3fa /project/common.mk
parent092ccd97aabe048cb5730b5799d712332c98a9da (diff)
downloadsbmake-087c88548c57a5b245f23ed796a7982e8db9f1fe.tar.bz2
sbmake-087c88548c57a5b245f23ed796a7982e8db9f1fe.tar.xz
project: created skeleton.
Diffstat (limited to 'project/common.mk')
-rw-r--r--project/common.mk7
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)