From 41052ed12753217b63f876ebeea7eb152d70c06f Mon Sep 17 00:00:00 2001 From: Corbin Phelps Date: Fri, 18 Mar 2022 10:39:28 -0400 Subject: [PATCH] Fixed makefile Signed-off-by: Corbin Phelps --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ec86f51b7..33cf32c45 100644 --- a/Makefile +++ b/Makefile @@ -102,11 +102,11 @@ bench: .PHONY: check-fmt check-fmt: - $(MAKE) for-all CMD="goimports -d ./ | diff -u /dev/null -" + goimports -d ./ | diff -u /dev/null - .PHONY: fmt fmt: - $(MAKE) for-all CMD="goimports -w ." + goimports -w . .PHONY: tidy tidy: