summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2021-11-16 22:44:20 +0000
committerGitHub <noreply@github.com>2021-11-16 22:44:20 +0000
commit34aaac135baec5849220cdd9fe344d617b9aef7a (patch)
treece32f0f67ee80732789dd0c96c4a9115be5c4c35 /Makefile
parent646db5d4f942b4c4da4a62f38b159bd80b7f9db1 (diff)
parentdc1442a2d1dbca5007833b14e34aa7f407801706 (diff)
downloadsearxng-34aaac135baec5849220cdd9fe344d617b9aef7a.tar.gz
searxng-34aaac135baec5849220cdd9fe344d617b9aef7a.zip
Merge pull request #506 from return42/nvm
[mod] Tools to install and maintain NVM versions manager for Node.js
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 801323361..dfe14fe73 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ install uninstall:
$(Q)./manage pyenv.$@
PHONY += clean
-clean: py.clean docs.clean node.clean test.clean
+clean: py.clean docs.clean node.clean nvm.clean test.clean
$(Q)./manage build_msg CLEAN "common files"
$(Q)find . -name '*.orig' -exec rm -f {} +
$(Q)find . -name '*.rej' -exec rm -f {} +
@@ -64,6 +64,7 @@ test.shell:
$(MTOOLS) \
utils/lib.sh \
utils/lib_install.sh \
+ utils/lib_nvm.sh \
utils/lib_static.sh \
utils/filtron.sh \
utils/searx.sh \
@@ -89,13 +90,13 @@ MANAGE += pypi.upload pypi.upload.test
MANAGE += test.yamllint test.pylint test.pep8 test.unit test.coverage test.robot test.clean
MANAGE += themes.all themes.oscar themes.simple pygments.less
MANAGE += static.build.commit static.build.drop static.build.restore
+MANAGE += nvm.install nvm.clean nvm.status nvm.nodejs
PHONY += $(MANAGE)
$(MANAGE):
$(Q)$(MTOOLS) $@
-
# deprecated
PHONY += docs docs-clean docs-live docker themes