|
|
|
|
|
by timw4mail
1256 days ago
|
|
I really like how easy it is with Just to make it self-documenting. There's some good things about Makefiles, yes, but there's also a lot of weird legacy functionality. Make was meant to create files and directories, and the .PHONY functionality seems to be a workaround added to make it usable as a general-purpose task runner. |
|