I want to know how to create a makefile so that I dont have to type in the files I am linking together. Also is it possible to use a make file which will run two files.
I have a fraction.h file and fraction.cxx (implentation file)
I have a main.cpp file (which has the int main)
I have a main-1.cpp file which also uses (the header and implementation file)
Can the two main files be used to create one makefile