C++, very new to makefiles, how would I create a makefile thatworks with these formats for two different programs?
prorgam1 -i <inputfile1> -os <outputfile1> -oh<outputfile2>
program2 -i <inputfile1> -is <inputfile2> -ih<inputfile3> -o <outputfile1>
Expert Answer
An answer will be send to you shortly. . . . .