**How exactly would I create a Makefile for the code below whilefollowing these instructions properly:
To start, first create a directory for this homework and name itfirstname-lastname-homework-4
You should place the source code and the corresponding Makefilein the directory, so that one should be able to create anexecutable by simply running ‘make’ in the directory. The Makefileshould also contain a ‘clean’ target for cleaning up the directory(removing all temporary files, object files and executable files;).Make sure you don’t include intermediate files: *.o, executables,*~, etc., in your submission. (There’ll be a penalty for includingunnecessary intermediate files).
**The following is the source code already written
OR
OR