From bfbb506ff1a5e87401d4aa633f0707d1238082d0 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 10 Jul 2021 17:59:44 +0200 Subject: Print target names instead of target files when listing targets. --- task.h | 1 + 1 file changed, 1 insertion(+) (limited to 'task.h') diff --git a/task.h b/task.h index 8ad11c3..6e71db6 100644 --- a/task.h +++ b/task.h @@ -26,6 +26,7 @@ public: int registerDepTasks(const std::list>& tasks); + virtual std::string name() const; bool dirty(); bool ready(); int run(); -- cgit v1.2.3