Redo
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Development |extensions={{ext|do}} }} Redo is a build system which is meant as a alternative of make. It also supports...") |
Latest revision as of 06:10, 26 January 2022
Redo is a build system which is meant as a alternative of make. It also supports job control like make -j
does.
Each target file is a file with name ending in .do
and it is a ordinary shell script file.