Add generic %.el => %.elc make task
This commit is contained in:
parent
9c5788baf0
commit
3ca9d45216
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -58,5 +58,8 @@ init.el:
|
|||
.local/autoloads.el:
|
||||
@$(EMACS) -f doom-initialize-autoloads
|
||||
|
||||
%.elc: %.el
|
||||
@$(EMACS) -f doom/compile -- $<
|
||||
|
||||
|
||||
.PHONY: all test $(TESTS) $(MODULES)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue