X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffiletarget.h;h=a48e1ab6d976932eb507653bc9c37a2a8fe19d91;hb=f4c02ca3b4d7b2bec9bbbc86fea5fecbb4a22099;hp=6c12a5df22e38fb54e7ff7433f6f26c6c4cc668c;hpb=03227882aef8b448065e6ca9cda9b7722b7a9753;p=builder.git diff --git a/source/filetarget.h b/source/filetarget.h index 6c12a5d..a48e1ab 100644 --- a/source/filetarget.h +++ b/source/filetarget.h @@ -31,9 +31,7 @@ public: bool is_installable() const { return !install_location.empty(); } const Msp::FS::Path &get_install_location() const { return install_location; } - /** - Changes the mtime of the target to the current time. - */ + /// Changes the mtime of the target to the current time. void touch(); protected: @@ -46,6 +44,9 @@ public: protected: virtual void build_finished(bool); + +public: + virtual void clean(); }; #endif