summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index bd8c4442c..a4b19c25d 100644
--- a/Makefile
+++ b/Makefile
@@ -39,9 +39,6 @@ clean: py.clean docs.clean node.clean nvm.clean test.clean
$(Q)find . -name '*~' -exec rm -f {} +
$(Q)find . -name '*.bak' -exec rm -f {} +
-lxc.clean:
- $(Q)rm -rf lxc-env
-
PHONY += search.checker search.checker.%
search.checker: install
$(Q)./manage pyenv.cmd searxng-checker -v
@@ -64,9 +61,7 @@ test.shell:
utils/lib_nvm.sh \
utils/lib_redis.sh \
utils/lib_valkey.sh \
- utils/searxng.sh \
- utils/lxc.sh \
- utils/lxc-searxng.env
+ utils/searxng.sh
$(Q)$(MTOOLS) build_msg TEST "$@ OK"