From 3e921baf3797ed0e94d620c59255520cc7941862 Mon Sep 17 00:00:00 2001 From: Carter Perez Date: Wed, 29 Apr 2026 03:18:41 -0400 Subject: [PATCH] Update Makefile.example --- TEMPLATES/Makefile.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TEMPLATES/Makefile.example b/TEMPLATES/Makefile.example index b560e715..dd3a72ae 100644 --- a/TEMPLATES/Makefile.example +++ b/TEMPLATES/Makefile.example @@ -6,7 +6,7 @@ # every with your actual values. Delete sections # that don't apply to your project's stack. # -# Make is pre-installed on virtually every Unix system — no extra tooling. +# Make is pre installed on virtually every Unix system — no extra tooling. # Use this when you want zero dependencies for task running. # # Docs: https://www.gnu.org/software/make/manual/make.html