From 8dfd9be027406279a866e6e289d576be6a745b14 Mon Sep 17 00:00:00 2001 From: Albert Esteve Date: Mon, 20 Feb 2023 10:08:57 +0100 Subject: [PATCH] Makefile: add -- for pylint target Add -- to separate arguments from the tox command for the pylint target. Otherwise it fails with unrecognized arguments. Signed-off-by: Albert Esteve --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index c640aaca5..deacb0b78 100644 --- a/Makefile.am +++ b/Makefile.am @@ -72,7 +72,7 @@ gitignore: .PHONY: pylint pylint: tox - tox -e pylint \ + tox -e pylint -- \ $(PYLINT_TARGETS) execcmd: