From 01a613d6404542020b8c18b79657f3979a539c0e Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Mon, 9 Dec 2024 18:56:56 +0200 Subject: [PATCH] Update docs/developer/doit.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Alexis Métaireau --- docs/developer/doit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer/doit.md b/docs/developer/doit.md index e702eff..632919e 100644 --- a/docs/developer/doit.md +++ b/docs/developer/doit.md @@ -14,7 +14,7 @@ We picked Doit out of the various tools out there for the following reasons: applicable, it's easy to issue shell commands as well. * **File targets:** Doit borrows the file target concept from Makefiles. Tasks can have file dependencies, and targets they build. This makes it easy to - define a dependency graph (DAG) for tasks. + define a dependency graph for tasks. * **Hash-based caching:** Unlike Makefiles, doit does not look at the modification timestamp of source/target files, to figure out if it needs to run them. Instead, it hashes those files, and will run a task only if the