summaryrefslogtreecommitdiff
path: root/how_to_build_software_with_make.html
diff options
context:
space:
mode:
Diffstat (limited to 'how_to_build_software_with_make.html')
-rw-r--r--how_to_build_software_with_make.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/how_to_build_software_with_make.html b/how_to_build_software_with_make.html
index 10e612f..25f3792 100644
--- a/how_to_build_software_with_make.html
+++ b/how_to_build_software_with_make.html
@@ -10,11 +10,13 @@
<title>How to Build Software With Make</title>
-<nav><p><a href="https://ignore.pl">ignore.pl</a></p></nav>
+<header>
+<nav><a href="https://ignore.pl">ignore.pl</a></nav>
+<time>27 March 2023</time>
+<h1>How to Build Software With Make</h1>
+</header>
<article>
-<h1>How to Build Software With Make</h1>
-<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