RSS BotMB to Hacker NewsEnglish · 24 days agoJust: Just a Command Runnerjust.systemsexternal-linkmessage-square2fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1external-linkJust: Just a Command Runnerjust.systemsRSS BotMB to Hacker NewsEnglish · 24 days agomessage-square2fedilinkfile-text
minus-squarelnxtx (xe/xem/xyr)@feddit.nllinkfedilinkEnglisharrow-up1·24 days agoJust confused. Mix of Makefile and shell scripting?
minus-squarechrash0@lemmy.worldlinkfedilinkEnglisharrow-up2·edit-224 days agoit’s a re-imagining of make specialized for the thing most people use make for: just running commands. simpler, more modern syntax and no aspirations of being a full build system.
Just confused.
Mix of
Makefile
and shell scripting?it’s a re-imagining of
make
specialized for the thing most people usemake
for: just running commands. simpler, more modern syntax and no aspirations of being a full build system.