Exactly Would Create Makefile Code Following Instructions Properly Start First Create Dire Q37107371

**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

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.