AudioPluginHost builds to a 'shared library' instead of an executable on Ubuntu

After cloning the master branch of JUCE, I go to the extras/AudioPluginHost folder and then into LinuxMakefile where I can find the Makefile. When I run the command ‘make’ from the terminal, the build is successful, however, the file that is generated is a shared library, and I am not able to run it to debug other plugins.

Similar thing happens for Projucer, DemoRunner.

This was already discussed in