summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Donahue <jeff.donahue@gmail.com>2014-02-25 21:20:16 -0800
committerEvan Shelhamer <shelhamer@imaginarynumber.net>2014-02-26 15:42:39 -0800
commit41246fce426dd0af98db8069e8c4a2d940ba11d4 (patch)
tree6301aabf8896fdd80a717a5b956b83c4adf25e24 /Makefile
parent8c58e415b40e16e5f13b23cf2790cc63ca59ca12 (diff)
downloadcaffe-41246fce426dd0af98db8069e8c4a2d940ba11d4.tar.gz
caffe-41246fce426dd0af98db8069e8c4a2d940ba11d4.tar.bz2
caffe-41246fce426dd0af98db8069e8c4a2d940ba11d4.zip
add new tools dir to linted dir list
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3d01e89c..df96fc2d 100644
--- a/Makefile
+++ b/Makefile
@@ -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