mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-26 01:12:25 +01:00
10 lines
206 B
Makefile
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}
|