mlang pushed a commit to branch externals/chess in repository elpa. commit 835e4f828a162cd93d6cd91e2d4d2a6a82cf8ad2 Author: Mario Lang <ml...@delysid.org> Date: Tue Jun 3 14:25:00 2014 +0200
Makefile: Do not specify --batch twice. --- Makefile | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d2661eb..f171ce9 100644 --- a/Makefile +++ b/Makefile @@ -28,10 +28,9 @@ chess-perft.elc: chess-fen.elc chess-ply.elc chess-pos.elc chess-ply.elc: chess-algebraic.elc .el.elc: - @$(EMACS) --batch -L . \ + @$(EMACS) -L . \ --eval "(defun byte-compile-dest-file (f) \"$@\")" \ --eval "(unless (byte-compile-file \"$<\") (kill-emacs 1))" - clean: rm -f *.elc