fix Makefile

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

View File

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