From a90b9e9d17e9fe47554c8fbeaf55bffe7e6b3779 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Tue, 12 Apr 2016 15:34:59 -0700 Subject: [PATCH] Add rule to make CRX packages without copying to builds/. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 72d8c7239..23dc3b328 100644 --- a/Makefile +++ b/Makefile @@ -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)