summaryrefslogtreecommitdiff
path: root/project/extras.mk
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-12-04 22:56:37 -0500
committermidipix <writeonce@midipix.org>2018-12-06 20:58:29 -0500
commit05a469061a9553e0fe2ffdf2b9833394f28192f5 (patch)
tree5365feef453efd3cab871fc078de0be0abebd2d9 /project/extras.mk
parent4819420005c56dcd1548aa13f54f470b6ddad549 (diff)
downloadsbpython2-05a469061a9553e0fe2ffdf2b9833394f28192f5.tar.bz2
sbpython2-05a469061a9553e0fe2ffdf2b9833394f28192f5.tar.xz
project: added pydist.mk (build rules for python's distributed .py scripts).
Diffstat (limited to 'project/extras.mk')
-rw-r--r--project/extras.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/project/extras.mk b/project/extras.mk
index e4f6ad1..5e6b102 100644
--- a/project/extras.mk
+++ b/project/extras.mk
@@ -98,3 +98,6 @@ $(STATIC_APP): $(PYEXT_STATIC)
# pycompile (core native python executable for .pyc generation)
include $(PROJECT_DIR)/project/pycompile.mk
+
+# pydist (python's distributed .py scripts)
+include $(PROJECT_DIR)/project/pydist.mk