add new tools dir to linted dir list

This commit is contained in:
Jeff Donahue 2014-02-25 21:20:16 -08:00 коммит произвёл Evan Shelhamer
Родитель 8c58e415b4
Коммит 41246fce42
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -36,10 +36,11 @@ PROTO_SRCS := $(wildcard src/$(PROJECT)/proto/*.proto)
# proto.
NONGEN_CXX_SRCS := $(shell find \
src/$(PROJECT) \
examples \
include/$(PROJECT) \
python/$(PROJECT) \
matlab/$(PROJECT) \
examples \
tools \
-regex ".*\.\(cpp\|hpp\|cu\|cuh\)")
# PY$(PROJECT)_SRC is the python wrapper for $(PROJECT)
PY$(PROJECT)_SRC := python/$(PROJECT)/py$(PROJECT).cpp