Make Exercise
 

Assignment

Create a makefile for the following project which consists of 3 Fortran files and one routine written in C. The makefile should allow 3 different options:

CommandAction
makeMake the default executable from the files main.f, timewrap.f, and dateclock.c.
make simpleMake a different executable from the files main.f, and dum.f.
make clean Delete all object files created.


Files: