Hacker News new | ask | show | jobs
by andreypopp 4458 days ago
I thought with make you also write scripts in shell.
1 comments

Yes, you're right. However, in redo, you don't have a Makefile equivalent and, instead, specify the dependencies in the shell script that generates your target. Basically, the configuration language is shell (or any other program that can be invoked from a shell script).