From f3c35adc0676bfe0114d029ed68ba738380daadf Mon Sep 17 00:00:00 2001 From: rsimonin Date: Tue, 9 Apr 2019 12:01:51 +0200 Subject: [PATCH] modif Makefile (ne marche toujours pas) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4fa4900..3cc5564 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ EXEC=test all : $(EXEC) $(EXEC): main.o arbre.o - gcc -g -c $@ $^ + gcc -g -o $@ $^ main.o : main.c gcc -g -c $< -- libgit2 0.21.2