From 37305c7658a03d6918ba7b7038a3dd3ad5015a32 Mon Sep 17 00:00:00 2001 From: ewy Date: Tue, 14 Apr 2026 20:08:07 +0200 Subject: add make build descriptions --- runner/gnumake/target.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'runner/gnumake/target.go') diff --git a/runner/gnumake/target.go b/runner/gnumake/target.go index 7cc2d19..8d6f91c 100644 --- a/runner/gnumake/target.go +++ b/runner/gnumake/target.go @@ -41,3 +41,7 @@ type HydratedJustTarget struct { func (h *HydratedJustTarget) Icon() string { return "\uE673" } + +func (h *HydratedJustTarget) Description() string { + return h.BaseTarget.Description +} -- cgit v1.3