Minor update to makefile

This commit is contained in:
sloum 2023-07-05 22:46:31 -07:00
parent cee2b0e3a8
commit 4e2cbc0187
1 changed files with 1 additions and 0 deletions

View File

@ -29,3 +29,4 @@ remove:
rm -rf ${ROOT}${DOC}/${LANGNAME}.txt
rm -rf ${ROOT}${PLUG}/${LANGNAME}.vim
rm -rf ${ROOT}${FT}/${LANGNAME}.vim
vim -c 'execute ":helptags ~/.vim/doc"|q'