mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-22 11:31:26 +02:00
1fea8310c6
--HG-- rename : melodactyl/content/xulmus.svg => melodactyl/content/melodactyl.svg
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}
|