Thank you Scott, I use make all the time and just learned some new things from you. That `touch composer.json` trick to not always run install is great. The variable alias to check just changed files is just great. I need to add those to mine. Something we do, that you might like. Instead of having to do `make -f Makefile.local` is you can put `-include Makefile.local` in your main Makefile. It will include it if it exists, so you don't need to add the `-f` switch. We actually keep ours in `.local/Makefile` and have `.local` in our `.gitignore` Great Work!
@_TheOldMan_5 ай бұрын
Hey scott, just wanted to drop in and say thanks for the quality content, it might not get a ton of views, but its appreciated!