From b334c0b6bcf520ff20ab2a3192b56304c6ffb306 Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 30 Dec 2023 03:02:56 +0100 Subject: Date and post headers styles changed --- how_to_build_software_with_make.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'how_to_build_software_with_make.html') 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 @@ How to Build Software With Make - +
+ + +

How to Build Software With Make

+
-

How to Build Software With Make

-

Published on 2023-03-27 22:35:00+02:00

To compile an executable from a single C source file we need just one compiler invocation in our shell:

 $ cc myprogram.c -o myprogram
-- 
cgit v1.1