mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Add update-submodules as a target
This commit is contained in:
parent
6fa8ae619d
commit
c89a320e7f
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
|
@ -44,5 +44,9 @@ install-nodejs: dist/build/uBlock0.nodejs.tgz
|
|||
uninstall-nodejs:
|
||||
npm uninstall uBO-snfe --no-save
|
||||
|
||||
# Update submodules.
|
||||
update-submodules:
|
||||
tools/update-submodules.sh
|
||||
|
||||
clean:
|
||||
rm -rf dist/build
|
||||
|
|
|
|||
Loading…
Reference in a new issue