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