fix Makefile

This commit is contained in:
Yasuhiro Matsumoto
2017-12-07 00:16:02 +09:00
parent 5405e9dbf0
commit ac8767eb15

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
@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