]> git.donarmstrong.com Git - dactyl.git/blob - pentadactyl/contrib/vim/Makefile
5bb780d2711c8ddf081fffdb18cf150a883e1302
[dactyl.git] / pentadactyl / contrib / vim / Makefile
1 VIMBALL = pentadactyl.vba
2
3 vimball: mkvimball.txt syntax/pentadactyl.vim ftdetect/pentadactyl.vim
4         -echo '%MkVimball! ${VIMBALL} .' | vim -u NORC -N -e -s mkvimball.txt
5
6 all: vimball
7
8 clean:
9         rm -f ${VIMBALL}