Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Configuring a managed build Makefile project to build after clean

Hi all,

how do I configure a managed build project (with a Makefile) to trigger a build after a clean?

I see I can set the target to e.g. "clean all"/"clean debug" (depending on Makefile content) via IMakeBuilderInfo.setCleanBuildTarget(String). But this is deprecated and also not ideal (since I must hardcode the build target).

Best regards and thanks,
Simeon

Back to the top