summaryrefslogtreecommitdiff
path: root/project/extras.mk
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-12-03 07:53:31 -0500
committermidipix <writeonce@midipix.org>2018-12-04 07:06:21 -0500
commit7a8b0c01002ed87fe601cd4025f62606b507c3c8 (patch)
tree541b618a4240ec6230f50c70410a68ea49948269 /project/extras.mk
parent960ea441a18d1a543bc6f04ad49a988d13c0eafa (diff)
downloadsbpython2-7a8b0c01002ed87fe601cd4025f62606b507c3c8.tar.bz2
sbpython2-7a8b0c01002ed87fe601cd4025f62606b507c3c8.tar.xz
project: added recipes for pycompile (native core python for bytecode gen).
Diffstat (limited to 'project/extras.mk')
-rw-r--r--project/extras.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/project/extras.mk b/project/extras.mk
index 2db9e76..e4f6ad1 100644
--- a/project/extras.mk
+++ b/project/extras.mk
@@ -94,3 +94,7 @@ include $(PROJECT_DIR)/project/pyexts.mk
# shared extension modules: desired subset
$(SHARED_APP): $(PYEXT_SHARED)
$(STATIC_APP): $(PYEXT_STATIC)
+
+
+# pycompile (core native python executable for .pyc generation)
+include $(PROJECT_DIR)/project/pycompile.mk