Makefile 223 Bytes
Newer Older
Hang Zhang's avatar
sync BN  
Hang Zhang committed
1
2
3
4
5
6
7
8
9
ROOTDIR = $(CURDIR)

lint: cpplint pylint

cpplint:
				tests/lint.py encoding cpp src kernel

pylint:
				pylint --rcfile=$(ROOTDIR)/tests/pylintrc --ignore-patterns=".*\.so$$,.*\.dll$$,.*\.dylib$$" encoding --ignore=_ext