Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ redo Public
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

magistau/redo

 
 

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

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 59.1%
  • Stata 23.8%
  • Shell 16.9%
  • Other 0.2%