|
@@ -1,5 +1,5 @@
|
|
|
|
|
|
-
|
|
+.DEFAULT_GOAL=help
|
|
include ./.config.mk
|
|
include ./.config.mk
|
|
|
|
|
|
PYOBJECTS = searx
|
|
PYOBJECTS = searx
|
|
@@ -104,6 +104,7 @@ test.pylint: pyenvinstall
|
|
$(call cmd,pylint,searx/preferences.py)
|
|
$(call cmd,pylint,searx/preferences.py)
|
|
$(call cmd,pylint,searx/testing.py)
|
|
$(call cmd,pylint,searx/testing.py)
|
|
|
|
|
|
|
|
+
|
|
test.sh:
|
|
test.sh:
|
|
shellcheck -x utils/lib.sh
|
|
shellcheck -x utils/lib.sh
|
|
shellcheck -x utils/filtron.sh
|
|
shellcheck -x utils/filtron.sh
|