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 389f050..bb8ac90 100644
--- a/project/extras.mk
+++ b/project/extras.mk
@@ -74,3 +74,6 @@ include $(PROJECT_DIR)/project/pycgen.mk
# pytools (python's {prefix}/bin script-based tools)
include $(PROJECT_DIR)/project/pytools.mk
+
+# pyinst (python's custom install bits)
+include $(PROJECT_DIR)/project/pyinst.mk