From 22db84fed06a4d6fcd0df9e3d194462fc59c82e3 Mon Sep 17 00:00:00 2001 From: Brandon Maier Date: Tue, 18 Feb 2025 14:13:31 -0600 Subject: [PATCH] Update GNUmakefile Co-authored-by: Sylvestre Ledru --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 3b780e8bd..9552792f8 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -8,7 +8,7 @@ ifneq (,$(filter install, $(MAKECMDGOALS))) override PROFILE:=release endif -# Needed for the foreach loops to split each loop into a seperate command +# Needed for the foreach loops to split each loop into a separate command define newline