summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2022-01-04 19:44:51 +0100
committerGitHub <noreply@github.com>2022-01-04 19:44:51 +0100
commit00d3a7477c01981a6ef2d396332670ad5b831fa6 (patch)
treed7002bbc90cdf52c8f65e8f709f6766a6d6d8ef6 /Makefile
parent8eb3167fba1f7aacbd4eb3da8615a3e58f249eb3 (diff)
parentc7f274041445f12a50204d1920065b58d5a21613 (diff)
Merge pull request #664 from return42/themes.live
[mod] manage: add themes.live command (rebuild on modification)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index e91d81e7..747083d0 100644
--- a/Makefile
+++ b/Makefile
@@ -25,11 +25,7 @@ help:
PHONY += run
run: install
- $(Q) ( \
- sleep 2 ; \
- xdg-open http://127.0.0.1:8888/ ; \
- ) &
- SEARXNG_DEBUG=1 ./manage pyenv.cmd python -m searx.webapp
+ $(Q)./manage webapp.run
PHONY += install uninstall
install uninstall: