mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 17:27:59 +01:00
10 lines
200 B
Makefile
10 lines
200 B
Makefile
VIMBALL = muttator.vba
|
|
|
|
vimball: mkvimball.txt syntax/muttator.vim ftdetect/muttator.vim
|
|
-echo '%MkVimball! ${VIMBALL} .' | vim -u NORC -N -e -s mkvimball.txt
|
|
|
|
all: vimball
|
|
|
|
clean:
|
|
rm -f ${VIMBALL}
|