]> git.eshelyaron.com Git - sweep.git/commitdiff
Makefile: Use "--batch" instead of "-batch" for consistency
authorJames N. V. Cash <james.cash@occasionallycogent.com>
Sun, 11 Sep 2022 22:54:35 +0000 (18:54 -0400)
committerEshel Yaron <me@eshelyaron.com>
Mon, 12 Sep 2022 06:32:38 +0000 (09:32 +0300)
Makefile

index c8470be2a2a7ca5c5d27ed593b62b382ade3e408..0846ede74235b51df28ef84ab602a9d8959d557c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -46,5 +46,5 @@ $(BASENAME).info:: README.org
                --eval "(with-current-buffer (find-file \"README.org\") (org-export-to-file (quote texinfo) \"$@\" nil nil nil nil nil (quote org-texinfo-compile)))"
 
 check: $(TARGET)
-       emacs -batch --eval '(add-to-list (quote load-path) (expand-file-name "."))' \
+       emacs --batch --eval '(add-to-list (quote load-path) (expand-file-name "."))' \
                -l ert -l sweep -l sweep-tests.el -f ert-run-tests-batch-and-exit