Results 1 to 2 of 2
I have my source files in folders src , src-subdir1 & src-subdir2 .
Is it possible to write a single makefile which builds the sources from all these directories to ...
- 07-18-2008 #1Just Joined!
- Join Date
- Jul 2008
- Location
- chennai,India
- Posts
- 0
single makefile to compile source files in different directories
I have my source files in folders src , src-subdir1 & src-subdir2 .
Is it possible to write a single makefile which builds the sources from all these directories to create an executable.? Please advice me How ?
- 07-20-2008 #2
cd ./scr-dir1
wouldn't that work?


Reply With Quote
