From 51ebd2e08b6d70c9df1bb153ac270eab5a5ab28f Mon Sep 17 00:00:00 2001 From: Daniele Pitrolo Date: Sat, 5 Mar 2016 23:23:26 +0100 Subject: [PATCH] =?UTF-8?q?Makefile=20pr=C3=AAt=20pour=20d=C3=A9coupage=20?= =?UTF-8?q?-=20les=20jours?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a227197..d056a72 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ # Liste des fichiers sources -SOURCE=hotel.c utilitaires.c +SOURCE=hotel.c utilitaires.c jours.c # Liste des fichiers objets -OBJETS=hotel.o utilitaires.o +OBJETS=hotel.o utilitaires.o jours.o hotel : $(OBJETS) cc -o hotel $(OBJETS)