More weird site things.

This commit is contained in:
Jordan Bancino 2022-09-06 11:56:53 -04:00
parent 8b68bb089c
commit 1523794077

View file

@ -812,11 +812,7 @@ a truly portable <code>Makefile</code> that could do everything I
need. I was doing a lot of research on the differences between the need. I was doing a lot of research on the differences between the
GNU and BSD versions of <code>make</code>, and I felt it just wasn't GNU and BSD versions of <code>make</code>, and I felt it just wasn't
worth it when I could write a small POSIX script that would run on worth it when I could write a small POSIX script that would run on
both GNU systems and BSD systems without a fuss. I also wanted a way both GNU systems and BSD systems without a fuss.
to automate more than just building code. I wanted a system
versatile enough that I could define arbitrary recipes to do whatever
I want. I didn't want to be limited by the <code>Makefile</code>
syntax.
</p> </p>
<p> <p>
The <code>td</code> script is fairly intuitive. It operates somewhat The <code>td</code> script is fairly intuitive. It operates somewhat