From 70ccadba0aea3796851e33b233b8e055b1502aa9 Mon Sep 17 00:00:00 2001 From: gearnode Date: Wed, 8 Jan 2025 15:52:47 +0100 Subject: [PATCH] Style Signed-off-by: Bryan Frimin --- GNUmakefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index f0eab0c59..f696a5888 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,10 +1,8 @@ NPX?= npx PRETTIER?= $(NPX) prettier - CONTROL_SRC:= $(shell find ./controls -type f -name "*.md") - .PHONY: all all: fmt