summaryrefslogtreecommitdiff
path: root/project/common.mk
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2020-01-26 16:40:49 -0500
committermidipix <writeonce@midipix.org>2020-05-23 05:59:01 +0000
commit944e2bdb67e96024a149fbdc07e5ec83bae0abe3 (patch)
tree856807fb699fe2b3570e8109233dff61d6d5e883 /project/common.mk
parentc755a5575fd437e95ea96cd10b45968562793656 (diff)
downloadtpax-944e2bdb67e96024a149fbdc07e5ec83bae0abe3.tar.bz2
tpax-944e2bdb67e96024a149fbdc07e5ec83bae0abe3.tar.xz
build system: 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)