python-exercises/Makefile

5 lines
111 B
Makefile
Raw Normal View History

2014-08-16 22:48:47 +02:00
.PHONY: pep8
pep8:
find . -name "*.py" -not -name test_swig.py -not -name test_swig_opencv.py \
| xargs pep8