Add rule to make CRX packages without copying to builds/.

This commit is contained in:
ccd0 2016-04-12 15:34:59 -07:00
parent 4cfedf90d8
commit a90b9e9d17

View File

@ -115,6 +115,8 @@ bds := \
testbds := $(foreach f,$(filter-out %.crx %.zip,$(bds)),test$(f)) $(foreach t,crx crx-beta crx-noupdate,$(foreach f,$(crx_contents),testbuilds/$(t)/$(f)))
testcrx := $(foreach f,$(filter %.crx %.zip,$(bds)),test$(f))
jshint := $(foreach f,script-crx eventPage script-userscript,.events/jshint.$(f))
jshint_parts := $(foreach p,$(parts_userscript),.events/jshint.script$(p))
@ -243,6 +245,8 @@ cleanall : clean
testbds : $(testbds)
testcrx : $(testcrx)
bds : $(bds)
jshint : $(jshint)