from Hacker News

Make Tutorial Part 1 – Make and shell scripts

by grymoire1 on 9/14/20, 2:12 PM with 2 comments

  • by grymoire1 on 9/14/20, 2:14 PM

    I wrote this because there are several advantages to using make when writing shell scripts, such as improved documentation, working in teams, etc.
  • by grymoire1 on 9/14/20, 2:12 PM

    This is a tutorial on using make with bash, and your favorite editor