summaryrefslogtreecommitdiff
path: root/project/extras.mk
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-12-16 18:55:42 -0500
committermidipix <writeonce@midipix.org>2018-12-18 20:38:41 -0500
commitca0fc2f788d341fbed9056ac4f34ddd09ef61c3d (patch)
treee5973e614a2992d78976a74b45fca461bc5ed177 /project/extras.mk
parentd856581aa9910c0d4162e0f78e175043cf55a2bd (diff)
downloadsbpython3-ca0fc2f788d341fbed9056ac4f34ddd09ef61c3d.tar.bz2
sbpython3-ca0fc2f788d341fbed9056ac4f34ddd09ef61c3d.tar.xz
project: added rules and definitions for building the build-local pycompile.
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 b2fe771..5ff9ccb 100644
--- a/project/extras.mk
+++ b/project/extras.mk
@@ -51,3 +51,6 @@ 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