We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02dfae9 commit 3fe878bCopy full SHA for 3fe878b
Makefile
@@ -19,7 +19,7 @@ compile:
19
@echo "Compiling..."
20
@$(CASK) $(EMACS) -Q --batch \
21
-l test/bootstrap.el \
22
- -L . -L clients \
+ -L . -L langs \
23
--eval '(setq byte-compile-error-on-warn t)' \
24
-f batch-byte-compile *.el
25
0 commit comments