Modern Makefile for Elixir projects.
mix is great, however it's a little easier for me to hide my most commonly used Mix tasks behind a Make interface. This way, I don't have to worry about memorizing Mix task names or options – I just need to remember make, or make test.
Ensure you have mmake installed.
Then, in your Mix project, create a Makefile:
touch Makefile
Add the following line to your Makefile:
echo 'include github.com/nucleartide/mmake-elixir' >> MakefileView commands:
make help --verbose
MIT