From 523b301437cfd355cbe6902947ba3258f4477a69 Mon Sep 17 00:00:00 2001
From: lpaucot_uclouvain <laurent.paucot@student.uclouvain.be>
Date: Wed, 18 Mar 2020 05:34:58 +0100
Subject: [PATCH] improved makefile

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 39aadc7..a4ce41a 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ projet_3.o : projet_3.c
 			  gcc -o projet_3.o -c projet_3.c -W -Wall
 
 
-test.o : test.c
+test.o : test.c projet_3.h
 		  gcc -o test.o -c test.c -W -Wall
 
 
@@ -16,4 +16,4 @@ clean :
 		rm -rf *.o
 
 mrproper: clean
-		rm -rf hello
\ No newline at end of file
+		rm -rf hello
-- 
GitLab