From ac8767eb15db9d8d995a2e8f76ff92bb14fc6899 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Thu, 7 Dec 2017 00:16:02 +0900 Subject: [PATCH] fix Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6b14de2..32f3c43 100644 --- a/Makefile +++ b/Makefile @@ -11,5 +11,5 @@ release: emmet-vim.zip vimup update-script emmet.vim test: - @rm test.log + -@rm test.log @vim --clean -N -c "let &rtp .= ',' . getcwd()" -c "so unittest.vim" -c EmmetUnitTest! || cat test.log || exit 1