summaryrefslogtreecommitdiff
path: root/runner/gnumake/target.go
diff options
context:
space:
mode:
Diffstat (limited to 'runner/gnumake/target.go')
-rw-r--r--runner/gnumake/target.go4
1 files changed, 4 insertions, 0 deletions
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
+}