summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2020-03-29 15:09:34 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2020-03-29 15:09:34 +0200
commit7b4cf2eb489d8f6c95ccac5af180254b78e7c460 (patch)
treed3b8f4fbd5f5bcc7b78be06aecacf739ffa9b1e4 /Makefile
parent65b22be1f4e6bb4f293f3d8cef0c4c7635528090 (diff)
downloadsearxng-7b4cf2eb489d8f6c95ccac5af180254b78e7c460.tar.gz
searxng-7b4cf2eb489d8f6c95ccac5af180254b78e7c460.zip
tooling box: simplify build enviroments
- no more need for a .config.mk - docs: use searx.brands environment - searx.sh, filtron.sh & morty.sh are sourcing utils/brand.env Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index acff120f3..335fa8efd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,10 @@
# -*- coding: utf-8; mode: makefile-gmake -*-
.DEFAULT_GOAL=help
-include ./.config.mk
+
+export GIT_URL=https://github.com/asciimoo/searx
+export SEARX_URL=https://searx.me
+export DOCS_URL=https://asciimoo.github.io/searx
+
include utils/makefile.include
PYOBJECTS = searx