branch: master
commit b325b91050de75c9b87d61fd7e7728afcc5aa046
Author: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>
Commit: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>

    Add current directory to load path for compilation.
---
 Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index e718601..1df5088 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,7 @@ bench:
 
 compile:
        ${EMACS} -Q -batch \
+       -L . \
        -L libraries \
        -f batch-byte-compile *.el libraries/*.el
 

Reply via email to