Create a file in the root directory of your repo called Makefile
(or makefile
). Then insert the contents of this gist's makefile.
You can then make new "targets" in the same way that test
has been implemented.
Remember that makefiles need to be intended with TABS.
Any target followed with ##
will be printed out in the usage.
The default usage looks like:
% make
Makefile
Usage:
make help Shows this usage.
make test Run tests.