summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2023-03-27 22:47:34 +0200
committerAki <please@ignore.pl>2023-03-27 22:47:34 +0200
commit5942e371b38fd8ef50d1960eff76f48122eced58 (patch)
treea406e6b05c83fd6b154734d086b358a9c016cbcb
parentb24bd11098423139b17ca7dc29d5a2988556d724 (diff)
downloadignore.pl-5942e371b38fd8ef50d1960eff76f48122eced58.zip
ignore.pl-5942e371b38fd8ef50d1960eff76f48122eced58.tar.gz
ignore.pl-5942e371b38fd8ef50d1960eff76f48122eced58.tar.bz2
Fixed published date of make post
-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