cm0002@lemmy.world to Programmer Humor@programming.dev · 1 month agoLike programming in bashlemmy.mlimagemessage-square181fedilinkarrow-up11.51Karrow-down116cross-posted to: programmerhumor@lemmy.ml
arrow-up11.5Karrow-down1imageLike programming in bashlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 1 month agomessage-square181fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarezarathustra0@lemmy.worldlinkfedilinkarrow-up4·1 month agoNo, Makefile syntax is more extreme.
minus-squareXanza@lemm.eelinkfedilinkEnglisharrow-up2·30 days agoI swapped from Make to Just: https://github.com/casey/just Way better, IMO. Super simple logic, just as flexible.
minus-squarespicystraw@lemmy.worldlinkfedilinkarrow-up1·1 month agoSure, but bash is more relatable, I think
minus-squareMajorHavoc@programming.devlinkfedilinkarrow-up0·1 month 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
.