summaryrefslogtreecommitdiff
path: root/project/extras.mk
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-12-16 19:17:29 -0500
committermidipix <writeonce@midipix.org>2018-12-18 20:38:41 -0500
commitf54c9decb77ce638eb440ccf7c27f2e8222f449d (patch)
tree467bdbee21b72f2d7ab3e7505f4ce976927f4c11 /project/extras.mk
parentb1b5c494502495e8361c24da768b079acadc4417 (diff)
downloadsbpython3-f54c9decb77ce638eb440ccf7c27f2e8222f449d.tar.bz2
sbpython3-f54c9decb77ce638eb440ccf7c27f2e8222f449d.tar.xz
generated and integrated pydist information for the Python-3.6.3 variant.
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 5ff9ccb..fab4848 100644
--- a/project/extras.mk
+++ b/project/extras.mk
@@ -54,3 +54,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