This will run the make program with whatever target the user selects. The default target is "all". The function works by calling
the system2 function. It is presumed that an appropriate make utilty exists on the user's computer. Further
note that the default makefile for an analysis project uses GNU extensions like wildcards.