@cm0002@lemmy.world to Programmer Humor@programming.dev • 26 days agoLike programming in bashlemmy.mlimagemessage-square187fedilinkarrow-up11.69Karrow-down118cross-posted to: programmerhumor@lemmy.ml
arrow-up11.67Karrow-down1imageLike programming in bashlemmy.ml@cm0002@lemmy.world to Programmer Humor@programming.dev • 26 days agomessage-square187fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-square@spicystraw@lemmy.worldlinkfedilink6•25 days agoSure, but bash is more relatable, I think
minus-square@MajorHavoc@programming.devlinkfedilink2•25 days agoI find Makefile isn’t too bad, as long as I can stay away from automake and autoreconf.
minus-square@Xanza@lemm.eelinkfedilinkEnglish2•25 days agoI swapped from Make to Just: https://github.com/casey/just Way better, IMO. Super simple logic, just as flexible.
No, Makefile syntax is more extreme.
Sure, but bash is more relatable, I think
I find
Makefile
isn’t too bad, as long as I can stay away fromautomake
andautoreconf
.I swapped from Make to Just: https://github.com/casey/just
Way better, IMO. Super simple logic, just as flexible.