emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/csharp-mode b3dad0c 2/4: remove newline; Makefile shoul


From: ELPA Syncer
Subject: [elpa] externals/csharp-mode b3dad0c 2/4: remove newline; Makefile should not devide with newline
Date: Tue, 19 Oct 2021 13:57:17 -0400 (EDT)

branch: externals/csharp-mode
commit b3dad0ce40629bed4aa3e659407a7c95c936c457
Author: Naoya Yamashita <conao3@gmail.com>
Commit: Naoya Yamashita <conao3@gmail.com>

    remove newline; Makefile should not devide with newline
---
 makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/makefile b/makefile
index 7e1a249..b52b6a5 100644
--- a/makefile
+++ b/makefile
@@ -11,8 +11,7 @@ build: test
 
 test:
        @echo "Testing..."
-       @$(CASK) $(EMACS) -Q -batch
-               -L . -l csharp-mode-tests.el -f ert-run-tests-batch-and-exit
+       @$(CASK) $(EMACS) -Q -batch -L . -l csharp-mode-tests.el -f 
ert-run-tests-batch-and-exit
 
 clean:
        $(CASK) clean-elc



reply via email to

[Prev in Thread] Current Thread [Next in Thread]