On Wed, Mar 9, 2022 at 5:59 AM Ammar Faizi wrote: > On 3/9/22 5:40 AM, Alviro Iskandar Setiawan wrote: > > When the header files are modified, the compiled object are not going > > to be recompiled because the header files are not marked as dependency > > for the objects. Add those header files as dependency so it is safe > > not to do "make clean" after changing those files. > > Another missing part is the test files, they should also be recompiled > when changes to files in src/ are made. With this change, they are not. > > The same also for examples/. oc oc, that will be separate patches. Will be done in v2. -- Viro