In this post, I will organize some tips on using 'Makefiles' to keep development environment complexity simple, based on the article I Replaced My Entire Local Dev Environment With a Single Makefile.
When your Makefile grows to 50+ targets, finding the right one in a flat text file is painful. Makefile Explorer treats every Makefile like a folder of executable commands: ...