built in make doesn't recognize change in include files

General questions regarding the usage of CodeLite
ultrajunkie
CodeLite Enthusiast
Posts: 13
Joined: Mon Mar 20, 2017 11:05 pm
Genuine User: Yes
IDE Question: C++
Contact:

built in make doesn't recognize change in include files

Post by ultrajunkie »

I have a fairly large c++ project with many src and include files (some of them referenced in nearly all src files AND/OR include files).

When I make a change in a src file, the specific file is properly recompiled. When I make a change in any of the .h files, nothing happens and the build window says "all current". In this case I either have to change a src file or - worse - rebuild the whole project.

Is there anything I'm doing wrong?