diff options
| author | Alexandre Flament <alex@al-f.net> | 2020-11-27 19:32:45 +0100 |
|---|---|---|
| committer | Alexandre Flament <alex@al-f.net> | 2020-11-27 19:40:04 +0100 |
| commit | b4b81a5e1a74f03926e3c2e6f8c5fade99f7eabb (patch) | |
| tree | f72272f8c132759a2e792765632352a38007d1ba /Makefile | |
| parent | 1cfe7f2a7543b2994a1afd0d81da1962d04423b0 (diff) | |
[enh] settings.yml: add use_default_settings option (2nd version)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 17 |
1 files changed, 1 insertions, 16 deletions
@@ -266,19 +266,4 @@ test.clean: travis.codecov: $(Q)$(PY_ENV_BIN)/python -m pip install codecov - -# user-settings -# ------------- - -PHONY += user-settings.create user-settings.update - -user-settings.update: pyenvinstall - $(Q)$(PY_ENV_ACT); pip install ruamel.yaml - $(Q)$(PY_ENV_ACT); python utils/update_user_settings.py ${SEARX_SETTINGS_PATH} - -user-settings.update.engines: pyenvinstall - $(Q)$(PY_ENV_ACT); pip install ruamel.yaml - $(Q)$(PY_ENV_ACT); python utils/update_user_settings.py --add-engines ${SEARX_SETTINGS_PATH} - - -.PHONY: $(PHONY)
\ No newline at end of file +.PHONY: $(PHONY) |