diff --git a/content/articles/2023/fonctionnement_makefile/index.md b/content/articles/2023/fonctionnement_makefile/index.md index c058d07..8d97781 100644 --- a/content/articles/2023/fonctionnement_makefile/index.md +++ b/content/articles/2023/fonctionnement_makefile/index.md @@ -2,6 +2,7 @@ Title: Prendre en main Make Category: sysadmin Tags: make, Makefile, programmation Date: 2023-08-02 12:25 +cover: assets/backgrounds/machine_zorba.jpg status: published `make` est un outil **d'aide à la compilation**. Il permet de construire des diff --git a/content/assets/backgrounds/machine_zorba.jpg b/content/assets/backgrounds/machine_zorba.jpg new file mode 100644 index 0000000..1c9787c Binary files /dev/null and b/content/assets/backgrounds/machine_zorba.jpg differ