From: James N. V. Cash Date: Sun, 11 Sep 2022 22:54:35 +0000 (-0400) Subject: Makefile: Use "--batch" instead of "-batch" for consistency X-Git-Tag: v0.2.1~8 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a7ce69558ed645250e4c208ba996f93b75eeb8ae;p=dict.git Makefile: Use "--batch" instead of "-batch" for consistency --- diff --git a/Makefile b/Makefile index c8470be..0846ede 100644 --- 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