diff --git a/Makefile b/Makefile index 7f2e5c55..9c6b893a 100644 --- a/Makefile +++ b/Makefile @@ -206,4 +206,4 @@ apply-tidy-all: .PHONY: check-metadata check-metadata: - python test/check_metadata.py + python3 test/check_metadata.py