From b325b91050de75c9b87d61fd7e7728afcc5aa046 Mon Sep 17 00:00:00 2001 From: Jackson Ray Hamilton Date: Tue, 3 Feb 2015 22:37:16 -0800 Subject: [PATCH] Add current directory to load path for compilation. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e7186010d..1df5088a6 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,7 @@ bench: compile: ${EMACS} -Q -batch \ + -L . \ -L libraries \ -f batch-byte-compile *.el libraries/*.el -- 2.39.2