.config.mk 471 B

12345678910111213
  1. # -*- coding: utf-8; mode: makefile-gmake -*-
  2. # SPDX-License-Identifier: AGPL-3.0-or-later
  3. #
  4. # This environment is used by Makefile targets. If you not maintain your own
  5. # searx brand, you normally not need to change the defaults (except SEARX_URL).
  6. # Compare your settings here with file .config.sh used by the toolboxing in
  7. # utils.
  8. export SEARX_URL=https://searx.me
  9. export GIT_URL=https://github.com/asciimoo/searx
  10. export DOCS_URL=https://asciimoo.github.io/searx