Show HN: I wrote a Makefile to set up personal SMTP server with Exim 4 on Debian(github.com)
github.com
Show HN: I wrote a Makefile to set up personal SMTP server with Exim 4 on Debian
https://github.com/susam/susam.in/blob/master/mta/Makefile
https://github.com/susam/susam.in/blob/master/mta/Makefile
On a more serious note, I do like the idea of not building a argument parser / switch case in bash and using a makefile instead. Makes things neater somehow (especially with flags).
And the best part of it is that it’s also an installation script! So gonna try to make my Linux installation script a single makefile now.