making file

Mar 31, 2014 at 8:54pm
how can i make a makingfile?

since i have main.cpp , main1.cpp, main.h?

like

 
g++ main.cpp main1.cpp main.h
Mar 31, 2014 at 9:10pm
http://mrbook.org/tutorials/make/ this is what i learned off of. (a) for some reason you have to actually use tabs (no spaces that look like tabs. and (b) you shouldnt have .h file when compiling
Topic archived. No new replies allowed.