.PHONY: all
all: doc

.PHONY: doc
doc:
	vimdoc .

.PHONY: profile
profile:
	vim \
		-u test/vimrc \
		--cmd 'profile  start test/profile.out' \
		--cmd 'profile! file  ./**.vim' \
		-c    'args **/*.*' \
		-c    'qall!'