File tree Expand file tree Collapse file tree 1 file changed +15
-12
lines changed
Expand file tree Collapse file tree 1 file changed +15
-12
lines changed Original file line number Diff line number Diff line change 1- Tup - http://gittup.org/tup
2-
3- About Tup
4- -------------------------------------------------------------------------------
5- Tup is a file-based build system for Linux, OSX, and Windows. It inputs
6- a list of file changes and a directed acyclic graph (DAG), then processes
7- the DAG to execute the appropriate commands required to update dependent
8- files. Updates are performed with very little overhead since tup implements
9- powerful build algorithms to avoid doing unnecessary work. This means you
10- can stay focused on your project rather than on your build system.
11-
12- Further information is found at http://gittup.org/tup
1+ # Tup
2+
3+ http://gittup.org/tup
4+
5+ ## About Tup
6+
7+ Tup is a file-based build system for Linux, OSX, and Windows. It takes
8+ as input a list of file changes and a directed acyclic graph (DAG). It
9+ then processes the DAG to execute the appropriate commands required to
10+ update dependent files. Updates are performed with very little overhead
11+ since tup implements powerful build algorithms to avoid doing
12+ unnecessary work. This means you can stay focused on your project rather
13+ than on your build system.
14+
15+ Further information can be found at http://gittup.org/tup
You can’t perform that action at this time.
0 commit comments