cm0002@lemmy.world to Programmer Humor@programming.dev · 6 days agoLike programming in bashlemmy.mlimagemessage-square171fedilinkarrow-up1862arrow-down110cross-posted to: programmerhumor@lemmy.ml
arrow-up1852arrow-down1imageLike programming in bashlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 6 days agomessage-square171fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarezarathustra0@lemmy.worldlinkfedilinkarrow-up10·5 days agoNo, Makefile syntax is more extreme.
minus-squarespicystraw@lemmy.worldlinkfedilinkarrow-up6·5 days agoSure, but bash is more relatable, I think
minus-squareXanza@lemm.eelinkfedilinkEnglisharrow-up2·5 days agoI swapped from Make to Just: https://github.com/casey/just Way better, IMO. Super simple logic, just as flexible.
minus-squareMajorHavoc@programming.devlinkfedilinkarrow-up2·5 days 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
.