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