Skip to content

forhadahmed/build.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

build.py | Simple Python build system

This is a simple make-like build system written in Python (for C/C++ projects). The build (Python) script found here should be exported to a project's top-level directory and invoked to start a build. It looks for a Makefile.py to get a list of targets and dependencies.

> cp build $project
> cd $project
> ls



> python build

About

Simple Python build system (for C/C++)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages