diff --git a/Makefile.js b/Makefile.js index a84b9b27ecd..2241d9cf371 100644 --- a/Makefile.js +++ b/Makefile.js @@ -62,7 +62,7 @@ const NODE = "node ", // intentional extra space // Files MAKEFILE = "./Makefile.js", - JS_FILES = find("lib/", "conf/").filter(fileType("js")).join(" "), + JS_FILES = "lib/**/*.js conf/**/*.js", JSON_FILES = find("conf/").filter(fileType("json")), MARKDOWN_FILES_ARRAY = find("docs/").concat(ls(".")).filter(fileType("md")), TEST_FILES = getTestFilePatterns(),