summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--how_to_build_software_with_make.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/how_to_build_software_with_make.html b/how_to_build_software_with_make.html
index b5dd992..64fe5e5 100644
--- a/how_to_build_software_with_make.html
+++ b/how_to_build_software_with_make.html
@@ -13,7 +13,7 @@
<article>
<h1>How to Build Software With Make</h1>
-<p class="subtitle">Published on 2023-03-21 20:00:00+02:00
+<p class="subtitle">Published on 2023-03-27 22:35:00+02:00
<p>To compile an executable from a single C source file we need just one compiler invocation in our shell:
<pre>
$ cc myprogram.c -o myprogram