Skip to content

Commit 3fe878b

Browse files
committed
Fix path
1 parent 02dfae9 commit 3fe878b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ compile:
1919
@echo "Compiling..."
2020
@$(CASK) $(EMACS) -Q --batch \
2121
-l test/bootstrap.el \
22-
-L . -L clients \
22+
-L . -L langs \
2323
--eval '(setq byte-compile-error-on-warn t)' \
2424
-f batch-byte-compile *.el
2525

0 commit comments

Comments
 (0)