pymake

A build system based on Build Systems à la Carte
git clone https://git.grace.moe/pymake
Log | Files | Refs | README

__init__.py (124B)


      1 from .exec import *
      2 from .helpers import *
      3 from .io import *
      4 from .main import *
      5 from .once import *
      6 from .rebuild import *