X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftarget.h;h=5143dcf77fe0898895918b5588840259a5e39bc7;hb=fcb86bba9e8ea7e3c93f7f1748c0291b307c46ed;hp=f264905ef829114eee8e638d608c0edac94037bb;hpb=69cdee2c53972c1dd7e1b9d83ddcd8f6c3c589f7;p=builder.git diff --git a/source/target.h b/source/target.h index f264905..5143dcf 100644 --- a/source/target.h +++ b/source/target.h @@ -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