This is a C++ question using linux system.
I am not sure how can a create a makefile. This is what I havebeen asked :
“Create a makefile for the project and buildit. Please don’t forget the supplied.o when generating theexecutable. Make sure your clean targetdoesn’t remove supplied.o”
I have 4 files:
table.cpp
table.h
main.cpp
supplied.o
Please make sure it will not remove the supplied.o file as Imentioned above. thanks!
Expert Answer
An answer will be send to you shortly. . . . .