Default build recipe shouldn't require keys.
This commit is contained in:
parent
46bd31b7d6
commit
0e09281d7f
2
Makefile
2
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))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user