From 5942e371b38fd8ef50d1960eff76f48122eced58 Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 27 Mar 2023 22:47:34 +0200 Subject: Fixed published date of make post --- how_to_build_software_with_make.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 b5dd992..64fe5e5 100644 --- a/how_to_build_software_with_make.html +++ b/how_to_build_software_with_make.html @@ -13,7 +13,7 @@

How to Build Software With Make

-

Published on 2023-03-21 20:00:00+02:00 +

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