branch: externals/eglot commit e5120aa0cc77b2e31b2c301498d2740ffe794be1 Author: João Távora <joaotav...@gmail.com> Commit: João Távora <joaotav...@gmail.com>
Add jrpc.el to Makefile * Makefile (ELFILES): jrpc.el needs to be here, too. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7b85351..2360136 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ EMACS=emacs LOAD_PATH=-L . -ELFILES := eglot.el eglot-tests.el +ELFILES := eglot.el jrpc.el eglot-tests.el ELCFILES := $(ELFILES:.el=.elc) all: compile