diff options
author | Markus Heiser <markus.heiser@darmarIT.de> | 2022-01-04 19:44:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-04 19:44:51 +0100 |
commit | 00d3a7477c01981a6ef2d396332670ad5b831fa6 (patch) | |
tree | d7002bbc90cdf52c8f65e8f709f6766a6d6d8ef6 /Makefile | |
parent | 8eb3167fba1f7aacbd4eb3da8615a3e58f249eb3 (diff) | |
parent | c7f274041445f12a50204d1920065b58d5a21613 (diff) | |
download | searxng-00d3a7477c01981a6ef2d396332670ad5b831fa6.tar.gz searxng-00d3a7477c01981a6ef2d396332670ad5b831fa6.zip |
Merge pull request #664 from return42/themes.live
[mod] manage: add themes.live command (rebuild on modification)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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: |