6 lines
147 B
Makefile
6 lines
147 B
Makefile
|
|
zip-ff:
|
||
|
|
zip ff-update manifest.json LICENSE icon*.png *.css *.js *.html
|
||
|
|
|
||
|
|
zip-chrome:
|
||
|
|
zip chrome-update manifest.json icon*.png *.css *.js *.html
|