]> code.delx.au - gnu-emacs-elpa/blobdiff - Makefile
Add optimizations for byte-compilation.
[gnu-emacs-elpa] / Makefile
index 4a369d5edc730709dee12c8f21d118d9557ac6da..5c8affcb486e2f4bfbc619f43175eb9a0d4db13f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,6 @@ benchjs:
        node_modules/.bin/matcha
 
 benchel:
-       emacs -Q -l context-coloring.el -l benchmark/scenarios.el
+       emacs -Q -L . -l context-coloring -l benchmark/scenarios.el
 
 .PHONY: all test benchmark