Signed-off-by: Bryan Frimin <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-01-08 15:52:47 +01:00
parent 98841ae7f9
commit 70ccadba0a

View File

@@ -1,10 +1,8 @@
NPX?= npx
PRETTIER?= $(NPX) prettier
CONTROL_SRC:= $(shell find ./controls -type f -name "*.md")
.PHONY: all
all: fmt