summaryrefslogtreecommitdiff
path: root/xulmus/contrib/vim/Makefile
blob: cbbbe046d8603a9016066f31260754ec58b76808 (plain)
1
2
3
4
5
6
7
8
9
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}