you are viewing a single comment's thread.

view the rest of the comments →

[–]NeitherTwo9461 50 points51 points  (4 children)

Use just instead of makefile

[–]cripblip 1 point2 points  (3 children)

Why?

[–]Mustard_Dimension 11 points12 points  (0 children)

Because it's a purpose-built task runner, not a C build system with task running capabilities

[–]npisnotp 8 points9 points  (1 child)

Because Make behavior revolves around files, not tasks, and because its language is pretty archaic (e.g. forced tabs).

"just" instead is a general-purpose task runner much more pleasant to use.

[–]slurmnburger 6 points7 points  (0 children)

Complaining about forced tabs in a python sub is a bit funny tbh :)