fixed typo

This commit is contained in:
Logan 2024-09-15 00:26:58 -05:00
parent 3af7a3d1f6
commit a519e90c6c

View file

@ -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