Skip to content

Commit 3f850db

Browse files
committed
Fix makefile
1 parent bf95491 commit 3f850db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dig-snfe: dig
6262
cd dist/build/uBlock0.dig && npm run snfe $(run_options)
6363

6464
mv3-assets:
65-
mkdir dist/build/mv3-data
65+
mkdir -p dist/build/mv3-data
6666

6767
dist/build/uBOLite.chromium: tools/make-mv3.sh $(sources) $(platform) mv3-assets
6868
tools/make-mv3.sh chromium

0 commit comments

Comments
 (0)