Results 1 to 1 of 1
hello all,
is it possible to link two make files in linux.
I have one main make file which run some C files, and other make file which run some ...
- 03-09-2007 #1Just Joined!
- Join Date
- Oct 2006
- Posts
- 14
is it possible to link two make files in linux?
hello all,
is it possible to link two make files in linux.
I have one main make file which run some C files, and other make file which run some other c files. I need to call the c functions in second make c files.
so, i want to link first make file to second. Is it possible?.
thank you.


Reply With Quote