summaryrefslogtreecommitdiff
path: root/project/extras.mk
diff options
context:
space:
mode:
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