From 6ff46a5cbd2b0c3d5fb1320492edb048a777cb83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Tansorier?= Date: Tue, 8 Feb 2022 10:38:13 +0100 Subject: [PATCH] Makefile: Add Formation_Udev --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 57a0844..f477006 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -PRESENTATIONS = Logiciel_Libre Yocto-RapsberryPi-devtool-Ansible Alternative_pour_Android Presentation_fitImage +PRESENTATIONS = Logiciel_Libre Yocto-RapsberryPi-devtool-Ansible Alternative_pour_Android Presentation_fitImage Formation_Udev # Individual project @@ -10,6 +10,8 @@ Alternative_pour_Android: Alternative_pour_Android.pdf Presentation_fitImage: Presentation_fitImage.pdf +Formation_Udev: Formation_Udev.pdf + # Commun project all: $(addsuffix .pdf,$(PRESENTATIONS))