Redundant (currently) but clearer.

This commit is contained in:
ccd0 2016-04-13 17:43:48 -07:00
parent 836c783f97
commit 5ffb7c7ef2

View File

@ -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)