]> git.tdb.fi Git - builder.git/blobdiff - source/filetarget.h
Route InstalledFile target creation through Builder
[builder.git] / source / filetarget.h
index 6c12a5df22e38fb54e7ff7433f6f26c6c4cc668c..a48e1ab6d976932eb507653bc9c37a2a8fe19d91 100644 (file)
@@ -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