From 70ac78e4f9f13fb8a978c2d4b79caf2d908142eb Mon Sep 17 00:00:00 2001 From: ccd0 Date: Thu, 14 Apr 2016 22:40:46 -0700 Subject: [PATCH] Support copying to builds/ without linting. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b2fc32ac9..82d412ed4 100644 --- a/Makefile +++ b/Makefile @@ -209,7 +209,7 @@ $(eval $(call rules_channel,-noupdate)) testbuilds/$(name).zip : testbuilds/$(name)-noupdate.crx.zip $(CP) -builds/% : testbuilds/% $(jshint) | builds +builds/% : testbuilds/% | builds $(CP) test.html : README.md template.jst tools/markdown.js node_modules/marked/package.json node_modules/lodash/package.json