From 5ffb7c7ef294bbbcc22be051a734329553391795 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Wed, 13 Apr 2016 17:43:48 -0700 Subject: [PATCH] Redundant (currently) but clearer. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 09a4c00ec..8d5b3cf3e 100644 --- a/Makefile +++ b/Makefile @@ -108,9 +108,9 @@ testcrx := $(foreach f,$(filter %.crx %.zip,$(bds)),test$(f)) jshint := $(foreach f,globals $(subst API,API_crx API_userscript,$(parts)),.events/jshint.$(f)) -default : jshint install +default : testbds jshint install -all : jshint bds install +all : bds jshint install .events tmp testbuilds builds : $(MKDIR)