branch: externals/csharp-mode commit b3dad0ce40629bed4aa3e659407a7c95c936c457 Author: Naoya Yamashita <con...@gmail.com> Commit: Naoya Yamashita <con...@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