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 5e6b102..b30e289 100644
--- a/project/extras.mk
+++ b/project/extras.mk
@@ -101,3 +101,6 @@ include $(PROJECT_DIR)/project/pycompile.mk
# pydist (python's distributed .py scripts)
include $(PROJECT_DIR)/project/pydist.mk
+
+# pycgen (python's distributed .pyc objects)
+include $(PROJECT_DIR)/project/pycgen.mk