commit 4b0ddde5c3b77df625bd63f87ca9386f936cb6ef parent 6e85efd733da510dcbac2d7f44724c2afabd75f7 Author: Bharatvaj Hemanth <bharatvaj@yahoo.com> Date: Tue, 3 Sep 2024 01:35:24 +0530 Remove todo.txt Diffstat:
D | todo.txt | | | 21 | --------------------- |
1 file changed, 0 insertions(+), 21 deletions(-)
diff --git a/todo.txt b/todo.txt @@ -1,21 +0,0 @@ -fmake uses chains. - -CHAINS ------- -Chains are created for build tools which require the user to execute multiple commands in order to execute the build. - -Example -------- - cmake -Bout -S. -GNinja - cd out - ninja - - -This can be defined in the config.txt as, - -FM_CMAKE->FM_NINJA - -Another example is confiure -FM_AUTORECONF->FM_AUTOCONF -FM_AUTOCONF->FM_MAKE -