dotfiles/vim/plugins/deoplete-jedi/Makefile
2018-04-05 13:06:54 +02:00

11 lines
128 B
Makefile

RPLUGIN_PATH := ./rplugin/python3/deoplete/sources
all: test
test: flake8
flake8:
flake8 rplugin tests
.PHONY: test flake8