LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Recursive compilation (https://www.linuxquestions.org/questions/programming-9/recursive-compilation-263585/)

Genjix 12-07-2004 06:48 AM

Recursive compilation
 
my bash scripting skills arent that brilliant, can anyone show me a script which would compile all my .cpp files placing the .o files in a hidden directory?

kees-jan 12-07-2004 07:23 AM

I suggest using a makefile for that.
Code:

info make
is your friend

Groetjes,

Kees-Jan


All times are GMT -5. The time now is 02:42 AM.