1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 08:42:28 +01:00
Files
pentadactyl-pm/melodactyl/contrib/vim/Makefile
Doug Kearns 1fea8310c6 Melodactyl naming fixes 2.
--HG--
rename : melodactyl/content/xulmus.svg => melodactyl/content/melodactyl.svg
2010-10-03 19:22:55 +11:00

10 lines
206 B
Makefile

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