1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 04:32:26 +01:00
Files
pentadactyl-pm/xulmus/contrib/vim/Makefile
2009-03-29 13:26:55 +03:00

10 lines
194 B
Makefile

VIMBALL = xulmus.vba
vimball: mkvimball.txt syntax/xulmus.vim ftdetect/xulmus.vim
-echo '%MkVimball! ${VIMBALL} .' | vim -u NORC -N -e -s mkvimball.txt
all: vimball
clean:
rm -f ${VIMBALL}