]> git.tdb.fi Git - builder.git/blobdiff - source/target.h
Turn the force rebuild logic around
[builder.git] / source / target.h
index 0f0afc6310b24d8fc88b924608d2a4bb2ec30aad..88642dc9ff5f446e1e30ee67e6c64a90df17c919 100644 (file)
@@ -86,6 +86,9 @@ public:
        the target has been prepared. */
        const std::string &get_rebuild_reason() const { return rebuild_reason; }
 
+       /** Forces rebuild of the target. */
+       void force_rebuild();
+
        bool is_installable() const { return !install_location.empty(); }
        const std::string &get_install_location() const { return install_location; }
        void add_depend(Target *);