Another neat and simple trick it to have the first target in the Makefile print out a helpful message that tells the reader what the project is and how to use it. One of those things that is useful both when you are working on the project and when you later return to it, years later.
replyThat's definitely an option, though I prefer to just put a README. No reason you couldn't have the default make target just execute `cat README.md`
reply