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_ld.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/task_ld.h') diff --git a/src/task_ld.h b/src/task_ld.h index a86e49b..516641f 100644 --- a/src/task_ld.h +++ b/src/task_ld.h @@ -31,6 +31,7 @@ public: std::vector depends() const override; std::string target() const override; + bool derived() const override; private: std::string flagsString() const; -- cgit v1.2.3