make [all] - Compile JAVA class
make compileTest - Compile Junit testing class
make runCov - Execute & record code coverage
make calCov - Calculate coverage & report to a HTML file
make showCov - Use python HTTP server to show HTML
make clean - removes all files generated by make