summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-10-02 12:21:02 +0200
committerAlexandre Flament <alex@al-f.net>2021-10-02 16:54:11 +0200
commit430babca253369d82e864500118f914a9420f74b (patch)
treebed242205b23585a485911a344dd478dce6a6f76 /Makefile
parente39a03cc61e9792afb34084fb4d9973a61deecea (diff)
SearXNG: environment variables
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a4362b17..80132336 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ run: install
sleep 2 ; \
xdg-open http://127.0.0.1:8888/ ; \
) &
- SEARX_DEBUG=1 ./manage pyenv.cmd python -m searx.webapp
+ SEARXNG_DEBUG=1 ./manage pyenv.cmd python -m searx.webapp
PHONY += install uninstall
install uninstall: