mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-16 15:56:52 -05:00
fix(cli): doom make: omit file path about output
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
(unless (equal output "-")
|
||||
(expand-file-name target)))
|
||||
(name (file-relative-name (file-truename target) root))
|
||||
(rule (assoc name rc)))
|
||||
(rule (cdr (assoc name rc))))
|
||||
(if (null rule)
|
||||
(print! (warn "No known make rule for: %s" name))
|
||||
(dolist (entry rule)
|
||||
|
Reference in New Issue
Block a user