summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2025-07-13 14:29:12 +0200
committerMarkus Heiser <markus.heiser@darmarIT.de>2025-07-28 12:53:26 +0200
commit20a193f04c8da00de19993dd67a503d21ef87ac9 (patch)
tree56973d7d65359ec94aa6c891a9349a92a946fb21 /Makefile
parentae0fcf3a4208401f5dc0296c29227a55f63163da (diff)
[mod] add Golang ecosystem to the SearXNG toolchain
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
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)