fix Makefile

This commit is contained in:
Yasuhiro Matsumoto
2017-12-07 00:18:09 +09:00
parent ac8767eb15
commit 1be61f24ba

View File

@@ -11,5 +11,5 @@ release: emmet-vim.zip
vimup update-script emmet.vim vimup update-script emmet.vim
test: test:
-@rm test.log @-rm test.log 2> /dev/null
@vim --clean -N -c "let &rtp .= ',' . getcwd()" -c "so unittest.vim" -c EmmetUnitTest! || cat test.log || exit 1 @vim --clean -N -c "let &rtp .= ',' . getcwd()" -c "so unittest.vim" -c EmmetUnitTest! || cat test.log || exit 1