cm0002@lemmy.world to Programmer Humor@programming.dev · 1 day agoLike programming in bashlemmy.mlimagemessage-square171fedilinkarrow-up11.47Kcross-posted to: wwwopera@lemm.eeprogrammerhumor@lemmy.ml
arrow-up11.47KimageLike programming in bashlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 1 day agomessage-square171fedilinkcross-posted to: wwwopera@lemm.eeprogrammerhumor@lemmy.ml
minus-squarezarathustra0@lemmy.worldlinkfedilinkarrow-up10·14 hours agoNo, Makefile syntax is more extreme.
minus-squareXanza@lemm.eelinkfedilinkEnglisharrow-up2·8 hours agoI swapped from Make to Just: https://github.com/casey/just Way better, IMO. Super simple logic, just as flexible.
minus-squarespicystraw@lemmy.worldlinkfedilinkarrow-up6·12 hours agoSure, but bash is more relatable, I think
minus-squareMajorHavoc@programming.devlinkfedilinkarrow-up2·10 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.
I swapped from Make to Just: https://github.com/casey/just
Way better, IMO. Super simple logic, just as flexible.
Sure, but bash is more relatable, I think
I find
Makefile
isn’t too bad, as long as I can stay away fromautomake
andautoreconf
.