From 20a193f04c8da00de19993dd67a503d21ef87ac9 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sun, 13 Jul 2025 14:29:12 +0200 Subject: [mod] add Golang ecosystem to the SearXNG toolchain Signed-off-by: Markus Heiser --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a4b19c25d..4c633e1fc 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ install uninstall: $(Q)./manage pyenv.$@ PHONY += clean -clean: py.clean docs.clean node.clean nvm.clean test.clean +clean: py.clean docs.clean node.clean nvm.clean go.clean test.clean $(Q)./manage build_msg CLEAN "common files" $(Q)find . -name '*.orig' -exec rm -f {} + $(Q)find . -name '*.rej' -exec rm -f {} + @@ -57,7 +57,7 @@ test.shell: $(MTOOLS) \ utils/lib.sh \ utils/lib_sxng*.sh \ - utils/lib_go.sh \ + utils/lib_govm.sh \ utils/lib_nvm.sh \ utils/lib_redis.sh \ utils/lib_valkey.sh \ @@ -82,6 +82,7 @@ MANAGE += test.yamllint test.pylint test.black test.pybabel test.unit test.cover MANAGE += themes.all themes.simple themes.fix themes.lint themes.test MANAGE += static.build.commit static.build.drop static.build.restore MANAGE += nvm.install nvm.clean nvm.status nvm.nodejs +MANAGE += go.env.dev go.clean PHONY += $(MANAGE) -- cgit v1.2.3