From 24d642a3cfa551b8b381e9c62ef3d982003bef3a Mon Sep 17 00:00:00 2001 From: Kalervo Kujala Date: Tue, 27 Sep 2011 22:20:58 +0300 Subject: [PATCH] Add examples and extensions to lint. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 56b597e5f..04586bd18 100644 --- a/Makefile +++ b/Makefile @@ -88,7 +88,8 @@ browser-test: # To install gjslint, see: # # -SRC_DIRS := . utils worker web test +SRC_DIRS := . utils worker web test examples/helloworld extensions/firefox \ + extensions/firefox/components GJSLINT_FILES = $(foreach DIR,$(SRC_DIRS),$(wildcard $(DIR)/*.js)) lint: gjslint $(GJSLINT_FILES)