Skip to content
forked from apenwarr/redo

Smaller, easier, more powerful, and more reliable than make. An implementation of djb's redo.

License

Notifications You must be signed in to change notification settings

Screwtapello/redo

This branch is 1 commit ahead of, 1 commit behind apenwarr/redo:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0a2ab08 · Oct 8, 2020
Mar 2, 2019
Mar 6, 2011
Oct 8, 2020
Jul 24, 2019
Jun 15, 2020
May 15, 2019
Jun 15, 2020
Dec 17, 2018
Dec 14, 2018
Nov 26, 2018
Jan 1, 2019
Dec 4, 2018
Mar 4, 2019
Dec 31, 2018
Dec 17, 2018
Dec 17, 2018
Dec 31, 2018
Mar 6, 2019
Oct 30, 2019
Dec 31, 2018

Repository files navigation

redo - a recursive build system

Smaller, easier, more powerful, and more reliable than make.

This is an implementation of Daniel J. Bernstein's redo build system. He never released his version, so other people have implemented different variants based on his published specification.

This version, sometimes called apenwarr/redo, is probably the most advanced one, including parallel builds, improved logging, extensive automated tests, and helpful debugging features.

To build and test redo, run:

	./do -j10 test

To install it, run something like this:

	DESTDIR= PREFIX=/usr/local ./do -j10 install

About

Smaller, easier, more powerful, and more reliable than make. An implementation of djb's redo.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 59.0%
  • Stata 23.7%
  • Shell 17.1%
  • Other 0.2%