diff options
author | Fedor Indutny <fedor@indutny.com> | 2014-10-04 18:44:39 +0400 |
---|---|---|
committer | Fedor Indutny <fedor@indutny.com> | 2014-10-08 15:44:40 +0400 |
commit | 7a0cfe9b116c6b5d56f7412d6ea71f5a8d8440e2 (patch) | |
tree | 65f1811b365ca5e994d7621ff807b44a2854ef6d /Makefile | |
parent | 8efcc7f456f863cb04724c7b35fb935a8c441fe6 (diff) | |
download | node-new-7a0cfe9b116c6b5d56f7412d6ea71f5a8d8440e2.tar.gz |
deps: re-implement debugger-agent
Reviewed-By: Trevor Norris <trevnorris@gmail.com>
PR-URL: https://github.com/joyent/node/pull/8476
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -406,7 +406,7 @@ CPPLINT_EXCLUDE += src/queue.h CPPLINT_EXCLUDE += src/tree.h CPPLINT_EXCLUDE += src/v8abbr.h -CPPLINT_FILES = $(filter-out $(CPPLINT_EXCLUDE), $(wildcard src/*.cc src/*.h src/*.c tools/icu/*.h tools/icu/*.cc)) +CPPLINT_FILES = $(filter-out $(CPPLINT_EXCLUDE), $(wildcard src/*.cc src/*.h src/*.c tools/icu/*.h tools/icu/*.cc deps/debugger-agent/include/* deps/debugger-agent/src/*)) cpplint: @$(PYTHON) tools/cpplint.py $(CPPLINT_FILES) |