]> code.delx.au - gnu-emacs-elpa/commitdiff
Add current directory to load path for compilation.
authorJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Wed, 4 Feb 2015 06:37:16 +0000 (22:37 -0800)
committerJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Wed, 4 Feb 2015 06:37:16 +0000 (22:37 -0800)
Makefile

index e7186010df27f371e9f4b69c33c49fe081687a9f..1df5088a6e6b96ccf356f0da337f7d99eb9444e9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,7 @@ bench:
 
 compile:
        ${EMACS} -Q -batch \
+       -L . \
        -L libraries \
        -f batch-byte-compile *.el libraries/*.el