When developing multiple file programs back in the day you used to use a make file which is basically a set of commands which compiles and links the necessary files for the program. I'm wondering how to use a make file for the linux g++ compiler. Its not imparitive that i have it as i do have vc++ but i rather like the mobility that my linux machine provides so i figured i'd try to find some information on it.
Regards,
Skull