From a519e90c6c437ab910e40eb088fd9dd337c82ab8 Mon Sep 17 00:00:00 2001 From: Logan Date: Sun, 15 Sep 2024 00:26:58 -0500 Subject: [PATCH] fixed typo --- src/writings/1-build-systems.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/writings/1-build-systems.md b/src/writings/1-build-systems.md index 77f1306..82c1a66 100644 --- a/src/writings/1-build-systems.md +++ b/src/writings/1-build-systems.md @@ -1,5 +1,5 @@ # on build systems -Recently I have been thinking about what makes for good build system. I +Recently I have been thinking about what makes for a good build system. I want to analyze the major pain points I have encountered building software, and identify where these systems go wrong. Seeing as C is one of the most frustrating languages to build for in my experience, I will use the language