mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-22 02:12:44 +01:00
Add opera
as a make target
This commit is contained in:
parent
45139d8fdc
commit
e14cb609f3
8
Makefile
8
Makefile
@ -1,7 +1,7 @@
|
|||||||
# https://stackoverflow.com/a/6273809
|
# https://stackoverflow.com/a/6273809
|
||||||
run_options := $(filter-out $@,$(MAKECMDGOALS))
|
run_options := $(filter-out $@,$(MAKECMDGOALS))
|
||||||
|
|
||||||
.PHONY: all clean test lint chromium firefox npm dig mv3 mv3-quick \
|
.PHONY: all clean test lint chromium opera firefox npm dig mv3 mv3-quick \
|
||||||
compare maxcost medcost mincost modifiers record wasm
|
compare maxcost medcost mincost modifiers record wasm
|
||||||
|
|
||||||
sources := $(wildcard assets/resources/* dist/version src/* src/*/* src/*/*/* src/*/*/*/*)
|
sources := $(wildcard assets/resources/* dist/version src/* src/*/* src/*/*/* src/*/*/*/*)
|
||||||
@ -16,6 +16,12 @@ dist/build/uBlock0.chromium: tools/make-chromium.sh $(sources) $(platform) $(ass
|
|||||||
# Build the extension for Chromium.
|
# Build the extension for Chromium.
|
||||||
chromium: dist/build/uBlock0.chromium
|
chromium: dist/build/uBlock0.chromium
|
||||||
|
|
||||||
|
dist/build/uBlock0.opera: tools/make-opera.sh $(sources) $(platform) $(assets)
|
||||||
|
tools/make-opera.sh
|
||||||
|
|
||||||
|
# Build the extension for Opera.
|
||||||
|
opera: dist/build/uBlock0.opera
|
||||||
|
|
||||||
dist/build/uBlock0.firefox: tools/make-firefox.sh $(sources) $(platform) $(assets)
|
dist/build/uBlock0.firefox: tools/make-firefox.sh $(sources) $(platform) $(assets)
|
||||||
tools/make-firefox.sh all
|
tools/make-firefox.sh all
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user