branch: externals/csharp-mode commit 7dc9fc1166e06d374035bae516db6698a1c72dde Merge: 4a5114a b3dad0c Author: Jostein Kjønigsen <jost...@kjonigsen.net> Commit: GitHub <nore...@github.com>
Merge pull request #249 from conao3/makefile 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