all:

install:
	mkdir -p ~/.vim/ftdetect
	mkdir -p ~/.vim/syntax
	cp ftdetect/ser.vim ~/.vim/ftdetect/
	cp syntax/ser.vim ~/.vim/syntax/
