diff --git a/Makefile b/Makefile index 57b9f2491..4b92a0c17 100644 --- a/Makefile +++ b/Makefile @@ -160,7 +160,7 @@ test.html : README.md template.jst tools/markdown.js node_modules/marked/package clean : tools/clean.js node_modules/fs-extra/package.json node tools/clean.js -testbuilds : $(foreach f,$(builds),testbuilds/$(f)) +testbuilds : $(foreach f,$(subst .crx,.crx.zip,$(builds)),testbuilds/$(f)) builds : $(foreach f,$(builds),builds/$(f))