From cf390572eb6b8cf60c89886f23635c2a27a7c155 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Thu, 10 Oct 2024 15:41:11 +0100 Subject: [PATCH] XXX: make: revert check target to ./check_whence.py Signed-off-by: Emil Velikov --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile b/Makefile index ac43c97f..a5c2cd29 100644 --- a/Makefile +++ b/Makefile @@ -6,11 +6,7 @@ FIRMWAREDIR = /lib/firmware all: check: - @if ! command -v pre-commit >/dev/null; then \ - echo "Install pre-commit to check files"; \ - exit 1; \ - fi - @pre-commit run --all-files + @./check_whence.py dist: @mkdir -p release dist