logoalt Hacker News

NiallBuntingyesterday at 1:09 PM0 repliesview on HN

Another thing I do for software projects is use the exact same make template [1].

I also try to add any other commands to it as they come up. So much easier to run 'make install' whenever I pull a project than have to remember the commands.

Even if I can't always add the process I will use a bunch of echo's to bring me through the steps.

1. https://niallbunting.com/commake/