From 17d4f30051baac7c5f8158910b8d05e0be886536 Mon Sep 17 00:00:00 2001 From: gearnode Date: Wed, 8 Jan 2025 11:17:51 +0100 Subject: [PATCH] Add fmt as all target deps Signed-off-by: Bryan Frimin --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 6f6f1bf82..550bda398 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -2,7 +2,7 @@ NPX?= npx PRETTIER?= $(NPX) prettier .PHONY: all -all: +all: fmt .PHONY: fmt fmt: