1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 04:49:12 +02:00

Add update-submodules as a target

This commit is contained in:
Raymond Hill 2021-07-31 14:50:31 -04:00
parent 6fa8ae619d
commit c89a320e7f
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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