"make" "make clean" and.............."make build"
Posted: Thu Sep 11, 2008 1:22 pm
Hy all,
In my custom makefile I call other makefile.
If I launch compile with "make" only, compiler only compile file include in my first makefile.. It doesn't see that file have change for other called makefile.
If i Launch "make clean" it clean only file of my first makefile.
This is the reason why I use a "make build" command to recompile all the different makefile. But in Codelite i haven't found the possibility to use more make command in custom build.
Is there this possibility? if not is it possible to add it?
thanks!
In my custom makefile I call other makefile.
If I launch compile with "make" only, compiler only compile file include in my first makefile.. It doesn't see that file have change for other called makefile.
If i Launch "make clean" it clean only file of my first makefile.
This is the reason why I use a "make build" command to recompile all the different makefile. But in Codelite i haven't found the possibility to use more make command in custom build.
Is there this possibility? if not is it possible to add it?
thanks!