cm0002@lemmy.world to Programmer Humor@programming.dev · 2 days agoLike programming in bashimagemessage-square164fedilinkarrow-up11arrow-down10cross-posted to: programmerhumor@lemmy.ml
arrow-up11arrow-down1imageLike programming in bashcm0002@lemmy.world to Programmer Humor@programming.dev · 2 days agomessage-square164fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarezarathustra0@lemmy.worldlinkfedilinkarrow-up0·24 hours agoNo, Makefile syntax is more extreme.
minus-squareXanza@lemm.eelinkfedilinkEnglisharrow-up0·18 hours agoI swapped from Make to Just: https://github.com/casey/just Way better, IMO. Super simple logic, just as flexible.
minus-squareMajorHavoc@programming.devlinkfedilinkarrow-up0·20 hours agoI find Makefile isn’t too bad, as long as I can stay away from automake and autoreconf.
minus-squarespicystraw@lemmy.worldlinkfedilinkarrow-up0·22 hours agoSure, but bash is more relatable, I think
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.
I find
Makefile
isn’t too bad, as long as I can stay away fromautomake
andautoreconf
.Sure, but bash is more relatable, I think