File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ run_options := $(filter-out $@,$(MAKECMDGOALS))
8
8
sources := $(wildcard assets/* assets/* /* dist/version src/* src/* /* src/* /* /* src/* /* /* /* )
9
9
platform := $(wildcard platform/* platform/* /* platform/* /* /* platform/* /* /* /* platform/* /* /* /* /* )
10
10
assets := dist/build/uAssets
11
+ mv3-data := $(wildcard dist/build/mv3-data/* )
11
12
12
13
all : chromium firefox npm
13
14
@@ -61,20 +62,20 @@ dig: dist/build/uBlock0.dig
61
62
dig-snfe : dig
62
63
cd dist/build/uBlock0.dig && npm run snfe $(run_options )
63
64
64
- mv3-assets :
65
+ dist/build/ mv3-data :
65
66
mkdir -p dist/build/mv3-data
66
67
67
- dist/build/uBOLite.chromium : tools/make-mv3.sh $(sources ) $(platform ) mv3-assets
68
+ dist/build/uBOLite.chromium : tools/make-mv3.sh $(sources ) $(platform ) $( mv3-data ) dist/build/mv3-data
68
69
tools/make-mv3.sh chromium
69
70
70
71
mv3-chromium : dist/build/uBOLite.chromium
71
72
72
- dist/build/uBOLite.firefox : tools/make-mv3.sh $(sources ) $(platform ) mv3-assets
73
+ dist/build/uBOLite.firefox : tools/make-mv3.sh $(sources ) $(platform ) $( mv3-data ) dist/build/mv3-data
73
74
tools/make-mv3.sh firefox
74
75
75
76
mv3-firefox : dist/build/uBOLite.firefox
76
77
77
- dist/build/uBOLite.edge : tools/make-mv3.sh tools/make-edge.mjs $(sources ) $(platform ) mv3-assets
78
+ dist/build/uBOLite.edge : tools/make-mv3.sh tools/make-edge.mjs $(sources ) $(platform ) $( mv3-data ) dist/build/mv3-data
78
79
tools/make-mv3.sh edge
79
80
80
81
mv3-edge : dist/build/uBOLite.edge
You can’t perform that action at this time.
0 commit comments