1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-26 23:42:27 +01:00
Files
pentadactyl-pm/muttator/contrib/vim/Makefile
Ted Pavlic d4c62b4851 Corrections to last commit.
* The stdin - wasn't needed. However, an ||true is now used to prevent
  Makefile from erroring out (I'm sure there's a better way).
* muttatorrc was spelled muttatororrc; fixed now.
2009-01-22 10:43:22 -05:00

10 lines
207 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 || true
all: vimball
clean:
rm -f ${VIMBALL}