From d56d32649f0f806339d828fbd98176ac0eabfb7b Mon Sep 17 00:00:00 2001 From: Nuru Date: Thu, 11 Jan 2024 19:55:37 -0800 Subject: [PATCH] Remove warning about Gnu `make` version --- templates/Makefile.build-harness | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/Makefile.build-harness b/templates/Makefile.build-harness index df2a3539..4dab815a 100644 --- a/templates/Makefile.build-harness +++ b/templates/Makefile.build-harness @@ -67,7 +67,6 @@ endef .PHONY : init ## Init build-harness init:: - if ! make --version | grep -q "GNU Make 4.4"; then echo "GNU Make 4.4 is required. Please upgrade. For MacOS users it's 'brew install make'."; fi @ $(harness_install) .PHONY : clean