From 5bb8662568366e353d413127d50b58eca2a5f38c Mon Sep 17 00:00:00 2001
From: Cristopher <clm15@inf.ufpr.br>
Date: Sat, 12 Dec 2015 17:15:49 -0200
Subject: [PATCH] Makefile

Signed-off-by: Cristopher <clm15@inf.ufpr.br>
---
 Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index f649788..a46bbc4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 all: Quadra.exe
 
-Quadra.exe: libbusca.a
+Quadra.exe: libbusca.a log.txt
 	gcc Quadra.c -I./ -L./ -lbusca -o Quadra.exe -w -g
 
 libbusca.a: busca.o
@@ -9,5 +9,8 @@ libbusca.a: busca.o
 busca.o:
 	gcc -c busca.c -o busca.o
 
+log.txt:
+	echo >log.txt
+
 clean:
 	rm *.o *.a *.exe log.txt
-- 
GitLab