diff --git a/Makefile b/Makefile index 99b348b83..bc28eb4b6 100644 --- a/Makefile +++ b/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)