◐ Shell
clean mode source ↗

Py-gnumake — Py-gnumake 0.2 documentation

Py-gnumake is a GNU make plugin that allows you to write portions of a makefile in Python. Python code run through Py-gnumake has access to make variables, make functions, and etc., just like functions built with conventional makefile syntax.

Requirements

This module requires GNU make >= 4.0 and currently only supports Python 3.3 or greater. It has currently been tested on Ubuntu Linux only.