diff --git a/Makefile b/Makefile index 79d2c0ff7..dd1c70a1c 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ lint: pylint -E telegram test: - @- $(foreach TEST, $(wildcard tests/test_*.py), python $(TEST)) + @- $(foreach TEST, $(wildcard tests/test_*.py), python $(TEST);) help: @echo "Available targets:"