summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2020-01-08 19:21:07 +0100
committerMarkus Heiser <markus.heiser@darmarit.de>2020-01-08 19:21:07 +0100
commit4139c63d23a1f4cc427eb428bcff0594c395c1c5 (patch)
tree6f5f0165244194f17acb85914d5ae80e3fdd798e /Makefile
parent28dacee28819ea2d24fd8ff6547fd3a175677084 (diff)
downloadsearxng-4139c63d23a1f4cc427eb428bcff0594c395c1c5.tar.gz
searxng-4139c63d23a1f4cc427eb428bcff0594c395c1c5.zip
utils/filtron.sh: add script to install filtron middleware
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a5265ff86..fec004a5e 100644
--- a/Makefile
+++ b/Makefile
@@ -78,6 +78,7 @@ test: test.pep8 test.unit test.sh test.robot
test.sh:
shellcheck -x utils/lib.sh
+ shellcheck -x utils/filtron.sh
test.pep8: pyenvinstall
$(PY_ENV_ACT); ./manage.sh pep8_check