From 7bf162fcd98920644e4f61ac0181037eb62c807e Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 24 Oct 2021 18:45:17 +0200 Subject: Fix compilation of named targets and print notification when re-compiling config. --- src/task.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/task.h') diff --git a/src/task.h b/src/task.h index 78dc904..7068c8a 100644 --- a/src/task.h +++ b/src/task.h @@ -35,6 +35,7 @@ public: virtual int clean() = 0 ; virtual std::vector depends() const = 0; virtual std::string target() const = 0; + virtual bool derived() const = 0; virtual std::string toJSON() const { return {}; }; -- cgit v1.2.3