@[email protected] to Programmer [email protected] • 2 days agoLike programming in bashlemmy.mlmessage-square178fedilinkarrow-up11.57K
arrow-up11.57KimageLike programming in bashlemmy.ml@[email protected] to Programmer [email protected] • 2 days agomessage-square178fedilink
minus-square@[email protected]linkfedilinkEnglish2•17 hours agoI swapped from Make to Just: https://github.com/casey/just Way better, IMO. Super simple logic, just as flexible.
minus-square@[email protected]linkfedilink2•19 hours agoI find Makefile isn’t too bad, as long as I can stay away from automake and autoreconf.
No, Makefile syntax is more extreme.
Sure, but bash is more relatable, I think
I swapped from Make to Just: https://github.com/casey/just
Way better, IMO. Super simple logic, just as flexible.
I find
Makefile
isn’t too bad, as long as I can stay away fromautomake
andautoreconf
.