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