Skip to content

Commit

Permalink
Install jsonrpc as part of make compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
svaante committed Feb 1, 2024
1 parent 1254de7 commit eab0858
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ $(DEPS):

%.elc: %.el
@echo Compiling $<
@${EMACS} -Q -batch -no-site-file -L . -f batch-byte-compile $<
@${EMACS} -Q \
-batch \
-no-site-file \
-L . \
--eval="(package-install-file \"$(JSONRPC)\")" \
-f batch-byte-compile $<

check: $(DEPS) $(ELCFILES)
@${EMACS} -Q \
Expand Down

0 comments on commit eab0858

Please sign in to comment.