summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2023-08-06 16:39:00 +0200
committerMarkus Heiser <markus.heiser@darmarIT.de>2023-08-06 19:37:12 +0200
commit64100db9045ec712afbd8fa1becee14f7109921c (patch)
treefc80dd5f2006c278abcc74c77c84c865579a9f10 /Makefile
parent1d0abb7157a24fd2c43afe30a35527cba3d6967a (diff)
[doc] improve documentation of make targets and ./manage script
BTW force modularization of the ./mange script into sub modules: - utils/lib_sxng_data.sh - utils/lib_sxng_node.sh - utils/lib_sxng_static.sh - utils/lib_sxng_test.sh - utils/lib_sxng_themes.sh Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 005a4a05..fbed8a51 100644
--- a/Makefile
+++ b/Makefile
@@ -59,16 +59,16 @@ test.shell:
utils/brand.env \
$(MTOOLS) \
utils/lib.sh \
- utils/lib_nvm.sh \
- utils/lib_static.sh \
+ utils/lib_sxng*.sh \
utils/lib_go.sh \
+ utils/lib_nvm.sh \
utils/lib_redis.sh \
- utils/filtron.sh \
- utils/searx.sh \
utils/searxng.sh \
- utils/morty.sh \
utils/lxc.sh \
- utils/lxc-searxng.env
+ utils/lxc-searxng.env \
+ utils/searx.sh \
+ utils/filtron.sh \
+ utils/morty.sh
$(Q)$(MTOOLS) build_msg TEST "$@ OK"