]> git.tdb.fi Git - builder.git/blobdiff - source/executable.h
Builder can build itself now.
[builder.git] / source / executable.h
index 3e34851e4abef92fa2ceb8a04068e4741a03b870..52b0ceedd2cf4adb62d78df66b2c18e920bc0c16 100644 (file)
@@ -12,6 +12,7 @@ public:
        Executable(Builder &, const Component &, const std::list<ObjectFile *> &);
        const char *get_type() const { return "Executable"; }
        void find_depends() { }
+       Action *build();
 private:
        const Component &comp;