]> git.tdb.fi Git - builder.git/blobdiff - source/target.h
Improve cleaning
[builder.git] / source / target.h
index f264905ef829114eee8e638d608c0edac94037bb..5143dcf77fe0898895918b5588840259a5e39bc7 100644 (file)
@@ -122,6 +122,10 @@ public:
 protected:
        /** Handler for Task::signal_finished. */
        virtual void build_finished(bool);
+
+public:
+       /** Removes any results of building the target. */
+       virtual void clean() { }
 };
 
 #endif