From 10bad506d7987d2dd7ab91ba00f163d009fb0e29 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Tue, 12 Apr 2016 19:03:41 -0700 Subject: [PATCH] Remove linting from install prerequisites. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 44374f463..af73acab6 100644 --- a/Makefile +++ b/Makefile @@ -92,9 +92,9 @@ testbds := $(foreach f,$(subst .crx,.crx.zip,$(bds)),test$(f)) jshint := $(foreach f,script-crx eventPage script-userscript,.events/jshint.$(f)) -default : install +default : jshint install -all : bds install +all : jshint bds install .events tmp testbuilds builds : $(MKDIR) @@ -180,7 +180,7 @@ test.html : README.md template.jst tools/markdown.js node_modules/marked/package install.json : echo {}> $@ -.events/install : $(testbds) $(jshint) install.json tools/install.js | .events +.events/install : $(testbds) install.json tools/install.js | .events node tools/install.js echo -> $@