mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -08:00
fix(cli): doom make: omit file path about output
This commit is contained in:
parent
f6e6ed82c5
commit
b82b95e98d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue