mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Fix makefile
This commit is contained in:
parent
bf9549115c
commit
3f850db1a8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -62,7 +62,7 @@ dig-snfe: dig
|
|||
cd dist/build/uBlock0.dig && npm run snfe $(run_options)
|
||||
|
||||
mv3-assets:
|
||||
mkdir dist/build/mv3-data
|
||||
mkdir -p dist/build/mv3-data
|
||||
|
||||
dist/build/uBOLite.chromium: tools/make-mv3.sh $(sources) $(platform) mv3-assets
|
||||
tools/make-mv3.sh chromium
|
||||
|
|
|
|||
Loading…
Reference in a new issue