data-man / tup

Tup is a file-based build system.

Home Page:http://gittup.org/tup/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tup

http://gittup.org/tup

About Tup

Tup is a file-based build system for Linux, OSX, and Windows. It takes as input a list of file changes and a directed acyclic graph (DAG). It then processes the DAG to execute the appropriate commands required to update dependent files. Updates are performed with very little overhead since tup implements powerful build algorithms to avoid doing unnecessary work. This means you can stay focused on your project rather than on your build system.

Further information can be found at http://gittup.org/tup

About

Tup is a file-based build system.

http://gittup.org/tup/

License:GNU General Public License v2.0


Languages

Language:C 89.7%Language:Shell 9.6%Language:Roff 0.5%Language:Lua 0.0%Language:Python 0.0%Language:Perl 0.0%Language:Vim Script 0.0%Language:Makefile 0.0%